Stubbing out very rough gitlab ci

This commit is contained in:
James Jones
2022-11-16 18:49:55 -05:00
parent 30e7359cba
commit d33869de52
2 changed files with 14 additions and 9 deletions

View File

@@ -1,3 +1,7 @@
FROM quay.io/podman/stable:latest
RUN dnf install -y podman-docker buildah skopeo
# Adding on the docker alias, docker-compose and other useful stuff
RUN dnf install -y podman-docker buildah skopeo docker-compose
# Remove the Emulate Docker CLI using podman messages
RUN touch /etc/containers/nodocker