mirror of
				https://git.jami.net/savoirfairelinux/jami-client-android.git
				synced 2025-10-30 07:58:36 +08:00 
			
		
		
		
	Docker: add spoon version
Change-Id: I08472b18101f6051d39b028f603226cdaa84e322
This commit is contained in:
		 pknellore
					pknellore
				
			
				
					committed by
					
						 Pavan Koushik Nellore
						Pavan Koushik Nellore
					
				
			
			
				
	
			
			
			 Pavan Koushik Nellore
						Pavan Koushik Nellore
					
				
			
						parent
						
							14dc5c98bd
						
					
				
				
					commit
					af3d309d4d
				
			| @ -89,7 +89,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ | ||||
|  | ||||
| # Install Spoon (test manager). | ||||
| ENV SPOON_RUNNER_PATH=/spoon-runner.jar | ||||
| RUN wget -O /spoon-runner.jar "https://search.maven.org/remote_content?g=com.squareup.spoon&a=spoon-runner&v=LATEST&c=jar-with-dependencies" | ||||
| RUN wget -O /spoon-runner.jar \ | ||||
|   "https://repo1.maven.org/maven2/com/squareup/spoon/spoon-runner/1.7.1/spoon-runner-1.7.1-jar-with-dependencies.jar" | ||||
|  | ||||
| # Install android SDK libraries for emulation. | ||||
| ARG API_LEVEL="36" | ||||
| @ -121,4 +122,4 @@ ENV ANDROID_ABI=x86_64 | ||||
| ENV ANDROID_HOME=/opt/android | ||||
| ENV PATH="$PATH:/opt/java/openjdk/bin:$ANDROID_SDK_ROOT/cmdline-tools/tools:$ANDROID_SDK_ROOT/cmdline-tools/tools/bin:$ANDROID_SDK_ROOT/emulator:$ANDROID_SDK_ROOT/tools/bin:$ANDROID_SDK_ROOT/platform-tools:$ANDROID_SDK_ROOT/build-tools/${BUILD_TOOLS}" | ||||
|  | ||||
| CMD [ "/bin/bash" ] | ||||
| CMD [ "/bin/bash" ] | ||||
|  | ||||
		Reference in New Issue
	
	Block a user