From 73a7d45fe8fe7a69fd7689ce4d8283dc91f87fc9 Mon Sep 17 00:00:00 2001 From: startxfr Date: Sat, 28 Nov 2015 22:21:07 +0100 Subject: finishing mariadb service --- OS/Dockerfile | 2 +- OS/README.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'OS') 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 diff --git a/OS/README.md b/OS/README.md index 4f24e9c..eda12f5 100644 --- a/OS/README.md +++ b/OS/README.md @@ -1,5 +1,6 @@ # STARTX OS docker-images : Fedora -Fedora image builded with minimal and updated rpm and core-utils loaded +Fedora image builded with minimal and updated rpm and core-utils loaded (utils like ps, top, find, wget) +All other images on this repository are build on top of this container image ## Running from docker registry -- cgit v1.2.1