mirror of
https://github.com/drwetter/testssl.sh.git
synced 2024-12-29 12:59:44 +01:00
Clean up apk cache in Dockerfile after packages installed
This will make the image smaller.
This commit is contained in:
parent
da84740000
commit
abc5694408
@ -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/ && \
|
||||
|
Loading…
Reference in New Issue
Block a user