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
5
Dockerfile-debian
Normal file
5
Dockerfile-debian
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
FROM debian
|
||||
|
||||
RUN apt -y update && \
|
||||
apt install -y --no-cache curl jq bash git coreutils zip openssh zsh
|
||||
CMD [ "zsh" ]
|
||||
Loading…
Add table
Add a link
Reference in a new issue