Commit 0a74c796 by luiz.nunes

Update Dockerfile

parent 923f635e
...@@ -15,7 +15,7 @@ RUN rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 && \ ...@@ -15,7 +15,7 @@ RUN rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 && \
yum clean all yum clean all
RUN chmod -Rf g+w /etc/postfix && \ RUN chmod -Rf g+w /etc/postfix && \
chmod -Rf g+w /dev/log && \ chmod -Rf g+w /var/log && \
chmod -Rf g+w /var/spool/postfix chmod -Rf g+w /var/spool/postfix
RUN curl https://bootstrap.pypa.io/get-pip.py | python3.4 && \ RUN curl https://bootstrap.pypa.io/get-pip.py | python3.4 && \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment