This website requires JavaScript.
Explore
Help
Sign In
greg
/
ci-images
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
cbe83078bb46e7f1fb34f3b07522ebc59d960369
ci-images
/
ubuntu:latest
/
Containerfile
T
7 lines
109 B
Docker
Raw
Normal View
History
Unescape
Escape
Initial builds
2023-12-12 15:05:32 -06:00
FROM
ubuntu:latest
RUN
apt update
&&
apt -y install
\
git
\
nodejs
\
bash
&&
\
apt clean all
Reference in New Issue
Copy Permalink