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
f8d22b2d5a15c4fea4963b26dba29c2fdb33ffb5
ci-images
/
ubuntu:22.04
/
Containerfile
T
7 lines
108 B
Docker
Raw
Normal View
History
Unescape
Escape
Correct Ubuntu latest and add Fedora
2023-12-12 15:12:01 -06:00
FROM
ubuntu:22.04
Initial builds
2023-12-12 15:05:32 -06:00
RUN
apt update
&&
apt -y install
\
git
\
nodejs
\
bash
&&
\
apt clean all
Reference in New Issue
Copy Permalink