diff options
author | startxfr <clarue@startx.fr> | 2015-11-29 22:29:05 +0100 |
---|---|---|
committer | startxfr <clarue@startx.fr> | 2015-11-29 22:29:05 +0100 |
commit | a4930f0838f1224bdf4fa0885e858e7a865513ca (patch) | |
tree | a9d95b08985c439f2b812382e3b4a36cc990e87f /OS | |
parent | eb3d88b10a0feb302a9fd1ec60a7a92caebb856c (diff) | |
download | phpmyadmin-a4930f0838f1224bdf4fa0885e858e7a865513ca.tar.gz phpmyadmin-a4930f0838f1224bdf4fa0885e858e7a865513ca.tar.bz2 phpmyadmin-a4930f0838f1224bdf4fa0885e858e7a865513ca.tar.xz phpmyadmin-a4930f0838f1224bdf4fa0885e858e7a865513ca.zip |
reshappe nodejs container
Diffstat (limited to 'OS')
-rw-r--r-- | OS/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OS/Dockerfile b/OS/Dockerfile index 4e393d1..45efeef 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 && \ + dnf -y install psmisc procps coreutils findutils wget logrotate tar zip && \ dnf clean all COPY *.sh /bin/ RUN chmod 775 /bin/sx-lib.sh /bin/run.sh |