mirror of
https://github.com/BretFisher/shpod.git
synced 2026-02-14 13:09:50 +00:00
✂️ Remove skopeo (it's rarely used and it's juse one 'apk add' away)
This commit is contained in:
@@ -118,7 +118,7 @@ RUN helper-curl tar tilt \
|
||||
|
||||
FROM alpine
|
||||
ENV COMPLETIONS=/usr/share/bash-completion/completions
|
||||
RUN apk add apache2-utils bash bash-completion curl docker-cli file git jq libintl ncurses openssh openssl skopeo sudo tmux tree vim yq
|
||||
RUN apk add apache2-utils bash bash-completion curl docker-cli file git 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
|
||||
@@ -192,7 +192,6 @@ RUN ( \
|
||||
git --version ;\
|
||||
jq --version ;\
|
||||
ssh -V ;\
|
||||
skopeo -v ;\
|
||||
tmux -V ;\
|
||||
yq --version ;\
|
||||
docker-compose version ;\
|
||||
|
||||
Reference in New Issue
Block a user