Skip to content
This repository was archived by the owner on May 5, 2020. It is now read-only.

Commit b8be6ed

Browse files
authored
Merge pull request #68 from parrobe/master
Add fix for login,passwd. Remove unnecessary libc6 upgrade
2 parents 81fd8b0 + 797b195 commit b8be6ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ RUN export DEBIAN_FRONTEND=noninteractive \
6363
&& rm -rf /tmp/mq \
6464
# Apply any bug fixes not included in base Ubuntu or MQ image.
6565
# Don't upgrade everything based on Docker best practices https://docs.docker.com/engine/userguide/eng-image/dockerfile_best-practices/#run
66-
&& apt-get upgrade -y libc6 \
66+
&& apt-get upgrade -y login \
67+
&& apt-get upgrade -y passwd \
6768
# End of bug fixes
6869
&& rm -rf /var/lib/apt/lists/* \
6970
# Optional: Update the command prompt with the MQ version

0 commit comments

Comments
 (0)