avoid apk cache in file image

This commit is contained in:
Bret Fisher
2022-01-14 16:00:57 -05:00
committed by GitHub
parent 50a70c6ca5
commit e598a66c5e

View File

@@ -118,7 +118,7 @@ RUN helper-curl tar tilt \
FROM alpine AS shpod
ENV COMPLETIONS=/usr/share/bash-completion/completions
RUN apk add apache2-utils bash bash-completion curl docker-cli file git iputils jq libintl ncurses openssh openssl sudo tmux tree vim yq
RUN apk add --no-cache apache2-utils bash bash-completion curl docker-cli file git iputils jq libintl ncurses openssh openssl sudo tmux tree vim yq
COPY --from=compose /usr/local/bin/docker-compose /usr/local/bin
COPY --from=crane /usr/local/bin/crane /usr/local/bin