Update 3 files
- /Dockerfile-debian - /Dockerfile-ubuntu - /.gitlab-ci.yml
This commit is contained in:
parent
c41a81cf14
commit
debb788973
3 changed files with 6 additions and 6 deletions
5
Dockerfile-ubuntu
Normal file
5
Dockerfile-ubuntu
Normal 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" ]
|
||||
Loading…
Add table
Add a link
Reference in a new issue