Stubbing out very rough gitlab ci
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user