multi build
This commit is contained in:
parent
06707ef647
commit
138b62aa31
3 changed files with 10 additions and 2 deletions
7
alpine/Dockerfile
Normal file
7
alpine/Dockerfile
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
FROM alpine
|
||||
|
||||
RUN apk update && \
|
||||
apk add --no-cache curl jq bash git coreutils zip openssh zsh && \
|
||||
rm -rf /var/cache/apk/*
|
||||
|
||||
CMD [ "zsh" ]
|
||||
Loading…
Add table
Add a link
Reference in a new issue