Commit d564e119 by luiz.nunes

Update Dockerfile

parent 4ea99024
...@@ -8,7 +8,7 @@ VOLUME ["/var/log", "/var/spool/postfix"] ...@@ -8,7 +8,7 @@ VOLUME ["/var/log", "/var/spool/postfix"]
USER 1001 USER 1001
RUN useradd -u 1001 -r -g 0 RUN useradd -u 1001 -r -g 0 -d ${HOME} -s /sbin/nologin -c "Default Application User"
RUN rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 && \ RUN rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 && \
yum updateinfo -y && \ yum updateinfo -y && \
......
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