mirror of
				https://github.com/subsurface/subsurface.git
				synced 2025-02-19 22:16:15 +00:00 
			
		
		
		
	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:
		
							parent
							
								
									a236dd4fd2
								
							
						
					
					
						commit
						7c722ea222
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -54,4 +54,4 @@ RUN cd /android && \ | ||||||
|     du -sh * |     du -sh * | ||||||
| RUN apt-get clean | RUN apt-get clean | ||||||
| RUN cd /android/android-ndk-r18b/toolchains && ln -s x86_64-4.9 x86-64-4.9 | 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`" | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue