add diff
This commit is contained in:
parent
912d440b9d
commit
256f685f6b
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
FROM alpine
|
||||
|
||||
RUN apk update && \
|
||||
apk add --no-cache curl jq bash git coreutils zip openssh zsh nodejs npm yarn docker && \
|
||||
apk add --no-cache curl diff jq bash git coreutils zip openssh zsh nodejs npm yarn docker && \
|
||||
rm -rf /var/cache/apk/*
|
||||
|
||||
CMD [ "zsh" ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue