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

View File

@ -4,8 +4,7 @@ RUN apk add --no-cache \
bash \ bash \
git \ git \
openssh-client \ openssh-client \
ca-certificates && \ ca-certificates
rm -rf /var/lib/apt/lists/*
COPY entrypoint.sh /entrypoint.sh COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT [ "/entrypoint.sh" ] ENTRYPOINT [ "/entrypoint.sh" ]