Use pre-installed podman.
All checks were successful
ci/woodpecker/tag/publish Pipeline was successful
All checks were successful
ci/woodpecker/tag/publish Pipeline was successful
This commit is contained in:
parent
d8e7ff70b9
commit
0353f6b13d
1 changed files with 3 additions and 2 deletions
|
|
@ -1,6 +1,7 @@
|
|||
FROM docker.io/fedora:41
|
||||
# Podman for ruuning in container pre-installed
|
||||
FROM quay.io/podman/stable
|
||||
|
||||
RUN dnf install -y java-21-openjdk-headless nodejs python \
|
||||
gcc gcc-c++ git podman graphviz ruby
|
||||
gcc gcc-c++ git graphviz ruby
|
||||
|
||||
CMD ["/bin/bash"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue