Update Dockerfile
This commit is contained in:
parent
9d3e8bb6a2
commit
e2ce2700b5
1 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 && \
|
apk add --no-cache curl jq bash git coreutils zip openssh zsh && \
|
||||||
rm -rf /var/cache/apk/*
|
rm -rf /var/cache/apk/*
|
||||||
|
|
||||||
CMD [ "bash" ]
|
CMD [ "zsh" ]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue