Commit 234690c3 by luiz.nunes

Update Dockerfile

parent d564e119
...@@ -6,10 +6,9 @@ EXPOSE 25 ...@@ -6,10 +6,9 @@ EXPOSE 25
VOLUME ["/var/log", "/var/spool/postfix"] VOLUME ["/var/log", "/var/spool/postfix"]
USER 1001
RUN useradd -u 1001 -r -g 0 -d ${HOME} -s /sbin/nologin -c "Default Application User" 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 && \
yum update -y glibc && \ yum update -y glibc && \
......
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