diff options
author | startxfr <clarue@startx.fr> | 2015-11-28 22:21:07 +0100 |
---|---|---|
committer | startxfr <clarue@startx.fr> | 2015-11-28 22:21:07 +0100 |
commit | 73a7d45fe8fe7a69fd7689ce4d8283dc91f87fc9 (patch) | |
tree | 3faf37eda9e754b4dfe5afa9b6bf046c08580116 /OS/Dockerfile | |
parent | 7b3b27e440b076f7a599555eaf963e719caab080 (diff) | |
download | phpmyadmin-73a7d45fe8fe7a69fd7689ce4d8283dc91f87fc9.tar.gz phpmyadmin-73a7d45fe8fe7a69fd7689ce4d8283dc91f87fc9.tar.bz2 phpmyadmin-73a7d45fe8fe7a69fd7689ce4d8283dc91f87fc9.tar.xz phpmyadmin-73a7d45fe8fe7a69fd7689ce4d8283dc91f87fc9.zip |
finishing mariadb service
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 878005c..4e393d1 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 coreutils findutils wget logrotate && \ + dnf -y install psmisc procps coreutils findutils wget logrotate && \ dnf clean all COPY *.sh /bin/ RUN chmod 775 /bin/sx-lib.sh /bin/run.sh |