diff options
-rw-r--r-- | Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,12 +5,12 @@ ENV SUMMARY="podman-docker-builder" \ LABEL maintainer="Gerd Hoffmann <kraxel@redhat.com>" \ summary="${SUMMARY}" \ - description="${DESCRIPTION}" \ + description="${DESCRIPTION}" USER root RUN dnf update -y && \ - dnf install -y podman buildah && \ + dnf install -y podman podman-docker buildah && \ dnf clean all -y COPY configure-podman /root |