Update 3 files

- /Dockerfile-debian
- /Dockerfile-ubuntu
- /.gitlab-ci.yml
This commit is contained in:
Julius Zeidler 2024-03-26 11:58:32 +00:00
parent c41a81cf14
commit debb788973
3 changed files with 6 additions and 6 deletions

5
Dockerfile-ubuntu Normal file
View file

@ -0,0 +1,5 @@
FROM ubuntu
RUN apt-get -y update && \
apt-get install -y curl jq bash git coreutils zip zsh
CMD [ "zsh" ]