diff options
author | startxfr <clarue@startx.fr> | 2015-12-04 02:35:23 +0100 |
---|---|---|
committer | startxfr <clarue@startx.fr> | 2015-12-04 02:35:23 +0100 |
commit | cb3d01d012d3b4d1fc24a5719ec13acdf2de60b1 (patch) | |
tree | e626f8589d0555c791949133fa98f5349ef86424 /OS/Dockerfile | |
parent | a77cdec9428949c2027b3cbe78f1ec3c73c3e453 (diff) | |
download | phpmyadmin-cb3d01d012d3b4d1fc24a5719ec13acdf2de60b1.tar.gz phpmyadmin-cb3d01d012d3b4d1fc24a5719ec13acdf2de60b1.tar.bz2 phpmyadmin-cb3d01d012d3b4d1fc24a5719ec13acdf2de60b1.tar.xz phpmyadmin-cb3d01d012d3b4d1fc24a5719ec13acdf2de60b1.zip |
improving general README.md
Diffstat (limited to 'OS/Dockerfile')
-rw-r--r-- | OS/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OS/Dockerfile b/OS/Dockerfile index 45efeef..dba7035 100644 --- a/OS/Dockerfile +++ b/OS/Dockerfile @@ -5,7 +5,7 @@ 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 wget logrotate tar zip && \ + dnf -y install psmisc procps coreutils findutils wget logrotate zip && \ dnf clean all COPY *.sh /bin/ RUN chmod 775 /bin/sx-lib.sh /bin/run.sh |