remove: rm command to cleanup apt cache

This commit is contained in:
peaceiris 2019-09-08 11:51:04 +09:00
parent e3cf4a5678
commit acef980b83
1 changed files with 1 additions and 2 deletions

View File

@ -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" ]