diff options
| author | startxfr <clarue@startx.fr> | 2014-12-05 21:42:22 +0100 | 
|---|---|---|
| committer | startxfr <clarue@startx.fr> | 2014-12-05 21:42:22 +0100 | 
| commit | ae9ea8fd52ae35751af246122935455124891db7 (patch) | |
| tree | fb489fe48eccf19b253e1c8c607ccdd921a7eacc /OS/Centos/Dockerfile | |
| parent | 33c861af09aa7a8758716b16c12b7085c2c6283a (diff) | |
| download | phpmyadmin-ae9ea8fd52ae35751af246122935455124891db7.tar.gz phpmyadmin-ae9ea8fd52ae35751af246122935455124891db7.tar.bz2 phpmyadmin-ae9ea8fd52ae35751af246122935455124891db7.tar.xz phpmyadmin-ae9ea8fd52ae35751af246122935455124891db7.zip  | |
mise en place du repertoire /sx au niveau des images OS
Diffstat (limited to 'OS/Centos/Dockerfile')
| -rw-r--r-- | OS/Centos/Dockerfile | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/OS/Centos/Dockerfile b/OS/Centos/Dockerfile index 28df09d..e599305 100644 --- a/OS/Centos/Dockerfile +++ b/OS/Centos/Dockerfile @@ -5,4 +5,5 @@ USER root  # Install minimal packages  RUN yum -y install deltarpm pwgen tar psmisc \      && yum -y update \ -    && yum clean all +    && yum clean all \ +    && mkdir -p /sx   | 
