Commit 41ed36dd by luiz.nunes

Update Dockerfile

parent 9ec79512
...@@ -18,7 +18,8 @@ RUN chmod -Rf g+w /etc/postfix && \ ...@@ -18,7 +18,8 @@ RUN chmod -Rf g+w /etc/postfix && \
chmod -Rf g+w /var/log && \ chmod -Rf g+w /var/log && \
chmod -Rf g+w /var/spool/postfix && \ chmod -Rf g+w /var/spool/postfix && \
touch /etc/aliases.db && \ touch /etc/aliases.db && \
chmod -Rf g+w /etc/aliases.db chmod -Rf g+w /etc/aliases.db && \
chmod -Rf g+w /etc/aliases
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