Update 4 files

- /Dockerfile
- /Dockerfile-alpine
- /Dockerfile-debian
- /.gitlab-ci.yml
This commit is contained in:
Julius Zeidler 2024-03-26 11:52:52 +00:00
parent e2ce2700b5
commit 162464b6c9
3 changed files with 7 additions and 1 deletions

5
Dockerfile-debian Normal file
View 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" ]