diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-07-13 10:59:07 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-07-13 10:59:07 +0200 |
commit | ff6bc9edb9ebd0c8151faa173339780ba924ae6f (patch) | |
tree | 5aad1845bc899e8a89d29cb104f7a0660a3ac7fc /Dockerfile | |
parent | 500167be46d965b50eba5d9214d88bdceac64c0a (diff) | |
download | podman-docker-builder-ff6bc9edb9ebd0c8151faa173339780ba924ae6f.tar.gz |
move rpm install to configure-podman
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -9,9 +9,5 @@ LABEL maintainer="Gerd Hoffmann <kraxel@redhat.com>" \ USER root -RUN dnf update -y && \ - dnf install -y podman podman-docker buildah && \ - dnf clean all -y - COPY configure-podman /root RUN /root/configure-podman |