diff options
author | startxfr <clarue@startx.fr> | 2016-06-06 17:33:10 +0200 |
---|---|---|
committer | startxfr <clarue@startx.fr> | 2016-06-06 17:33:10 +0200 |
commit | ffd2fdd358951bd3a67eab7675fc9a1499348903 (patch) | |
tree | 5d61984d533f2cc74df0d7f7f577266892f7596b | |
parent | 031ee5178d8fb67b87bd0dcb9dbe73fe81192332 (diff) | |
download | phpmyadmin-ffd2fdd358951bd3a67eab7675fc9a1499348903.tar.gz phpmyadmin-ffd2fdd358951bd3a67eab7675fc9a1499348903.tar.bz2 phpmyadmin-ffd2fdd358951bd3a67eab7675fc9a1499348903.tar.xz phpmyadmin-ffd2fdd358951bd3a67eab7675fc9a1499348903.zip |
fix bug introduced by updated in fc24
-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 |