Commit 83d28e4f by luiz.nunes

Update Dockerfile

parent 3f3910c8
...@@ -14,7 +14,7 @@ RUN rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 && \ ...@@ -14,7 +14,7 @@ RUN rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 && \
yum install -y python34-devel postfix cyrus-sasl cyrus-sasl-plain mailx && \ yum install -y python34-devel postfix cyrus-sasl cyrus-sasl-plain mailx && \
yum clean all yum clean all
RUN chmod -Rf g+w \etc\postfix RUN chmod -Rf g+w /etc/postfix
RUN curl https://bootstrap.pypa.io/get-pip.py | python3.4 && \ RUN curl https://bootstrap.pypa.io/get-pip.py | python3.4 && \
pip3 install chaperone pip3 install chaperone
......
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