diff options
-rw-r--r-- | OS/Dockerfile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/OS/Dockerfile b/OS/Dockerfile index 82c9a7a..fec031a 100644 --- a/OS/Dockerfile +++ b/OS/Dockerfile @@ -3,9 +3,7 @@ MAINTAINER Christophe LARUE <dev@startx.fr> USER root # Install minimal packages -RUN dnf -y install deltarpm pwgen tar python-dnf-plugins-extras-migrate && \ - dnf-2 migrate && \ - dnf -y install psmisc procps coreutils findutils iputils net-tools wget logrotate zip && \ +RUN dnf -y install pwgen tar psmisc procps findutils iputils net-tools wget logrotate zip && \ dnf clean all ENV STARTUPLOG=/logs/startup.log \ LOG_PATH=/logs |