mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-01 06:19: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 && \
|
RUN apk update && \
|
||||||
apk upgrade && \
|
apk upgrade && \
|
||||||
apk add bash procps drill git coreutils libidn curl && \
|
apk add bash procps drill git coreutils libidn curl && \
|
||||||
|
rm -rf /var/cache/apk/* && \
|
||||||
addgroup testssl && \
|
addgroup testssl && \
|
||||||
adduser -G testssl -g "testssl user" -s /bin/bash -D testssl && \
|
adduser -G testssl -g "testssl user" -s /bin/bash -D testssl && \
|
||||||
ln -s /home/testssl/testssl.sh /usr/local/bin/ && \
|
ln -s /home/testssl/testssl.sh /usr/local/bin/ && \
|
||||||
|
Loading…
Reference in New Issue
Block a user