Update 4 files
- /Dockerfile - /Dockerfile-alpine - /Dockerfile-debian - /.gitlab-ci.yml
This commit is contained in:
parent
e2ce2700b5
commit
162464b6c9
3 changed files with 7 additions and 1 deletions
7
Dockerfile-alpine
Normal file
7
Dockerfile-alpine
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