Compare commits
No commits in common. "main" and "v3" have entirely different histories.
1 changed files with 2 additions and 4 deletions
|
|
@ -1,8 +1,6 @@
|
|||
# Podman for running in container pre-installed
|
||||
# See https://www.redhat.com/en/blog/podman-inside-container
|
||||
FROM quay.io/podman/stable
|
||||
FROM docker.io/fedora:41
|
||||
|
||||
RUN dnf install -y java-21-openjdk-headless nodejs python \
|
||||
gcc gcc-c++ git graphviz ruby
|
||||
gcc gcc-c++ git podman graphviz ruby
|
||||
|
||||
CMD ["/bin/bash"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue