remove: rm command to cleanup apt cache
This commit is contained in:
parent
e3cf4a5678
commit
acef980b83
|
@ -4,8 +4,7 @@ RUN apk add --no-cache \
|
|||
bash \
|
||||
git \
|
||||
openssh-client \
|
||||
ca-certificates && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
ca-certificates
|
||||
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
ENTRYPOINT [ "/entrypoint.sh" ]
|
||||
|
|
Loading…
Reference in New Issue