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
|
FROM alpine
|
||||||
|
|
||||||
RUN apk update && \
|
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/*
|
rm -rf /var/cache/apk/*
|
||||||
|
|
||||||
CMD [ "zsh" ]
|
CMD [ "zsh" ]
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
FROM ubuntu
|
FROM ubuntu
|
||||||
|
|
||||||
RUN apt-get -y update && \
|
RUN apt-get -y update && \
|
||||||
apt-get install -y curl jq bash git zsh docker nodejs npm yarn docker
|
apt-get install -y curl diff jq bash git zsh docker nodejs npm yarn docker
|
||||||
CMD [ "zsh" ]
|
CMD [ "zsh" ]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue