This website requires JavaScript.
Explore
Help
Sign in
images
/
docker-swiss-army-knife
Watch
1
Star
0
Fork
You've already forked docker-swiss-army-knife
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
a739dd9902
docker-swiss-army-knife
/
Dockerfile-ubuntu
6 lines
104 B
Text
Raw
Normal View
History
Unescape
Escape
Update 3 files - /Dockerfile-debian - /Dockerfile-ubuntu - /.gitlab-ci.yml
2024-03-26 11:58:32 +00:00
FROM ubuntu
RUN apt-get -y update && \
Update file Dockerfile-ubuntu
2024-03-26 12:03:07 +00:00
apt-get install -y curl jq bash git zsh
Update 3 files - /Dockerfile-debian - /Dockerfile-ubuntu - /.gitlab-ci.yml
2024-03-26 11:58:32 +00:00
CMD [ "zsh" ]
Reference in a new issue
Copy permalink