mirror of
				https://github.com/drwetter/testssl.sh.git
				synced 2025-10-31 13:55:25 +01:00 
			
		
		
		
	Clean up apk cache in Dockerfile after packages installed
This will make the image smaller.
This commit is contained in:
		| @@ -3,6 +3,7 @@ FROM alpine:3.11 | ||||
| RUN apk update && \ | ||||
|     apk upgrade && \ | ||||
|     apk add bash procps drill git coreutils libidn curl && \ | ||||
|     rm -rf /var/cache/apk/* && \ | ||||
|     addgroup testssl && \ | ||||
|     adduser -G testssl -g "testssl user"  -s /bin/bash -D testssl && \ | ||||
|     ln -s /home/testssl/testssl.sh /usr/local/bin/ && \ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Peter Dave Hello
					Peter Dave Hello