All checks were successful
ci/woodpecker/tag/publish Pipeline was successful
7 lines
187 B
Docker
7 lines
187 B
Docker
# 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 graphviz ruby
|
|
|
|
CMD ["/bin/bash"]
|