Android Docker: make a nice version tag file

Trivial. The final touch command was missing the proper quotes, so it
created a bunch of strangely names files from the date command. Just
good for the developers that like to peek into the docker image.

Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
This commit is contained in:
Jan Mulder 2019-07-17 08:59:50 +02:00 committed by Dirk Hohndel
parent a236dd4fd2
commit 7c722ea222

View file

@ -54,4 +54,4 @@ RUN cd /android && \
du -sh *
RUN apt-get clean
RUN cd /android/android-ndk-r18b/toolchains && ln -s x86_64-4.9 x86-64-4.9
RUN touch /android/finished-`date`
RUN touch /android/finished-"`date`"