From ff6bc9edb9ebd0c8151faa173339780ba924ae6f Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Mon, 13 Jul 2020 10:59:07 +0200 Subject: move rpm install to configure-podman --- Dockerfile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 56fefc4..152a35c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,9 +9,5 @@ LABEL maintainer="Gerd Hoffmann " \ 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 -- cgit