summaryrefslogtreecommitdiffstats
path: root/OS/Centos/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'OS/Centos/Dockerfile')
-rw-r--r--OS/Centos/Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/OS/Centos/Dockerfile b/OS/Centos/Dockerfile
index 70b83d9..28df09d 100644
--- a/OS/Centos/Dockerfile
+++ b/OS/Centos/Dockerfile
@@ -1,7 +1,8 @@
FROM centos:latest
MAINTAINER Christophe LARUE <dev@startx.fr>
+USER root
# Install minimal packages
-RUN yum -y install deltarpm pwgen tar \
+RUN yum -y install deltarpm pwgen tar psmisc \
&& yum -y update \
&& yum clean all