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

Commit

Permalink
Merge pull request #68 from parrobe/master
Browse files Browse the repository at this point in the history
Add fix for login,passwd. Remove unnecessary libc6 upgrade
  • Loading branch information
arthurbarr authored May 18, 2017
2 parents 81fd8b0 + 797b195 commit b8be6ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ RUN export DEBIAN_FRONTEND=noninteractive \
&& rm -rf /tmp/mq \
# Apply any bug fixes not included in base Ubuntu or MQ image.
# Don't upgrade everything based on Docker best practices https://docs.docker.com/engine/userguide/eng-image/dockerfile_best-practices/#run
&& apt-get upgrade -y libc6 \
&& apt-get upgrade -y login \
&& apt-get upgrade -y passwd \
# End of bug fixes
&& rm -rf /var/lib/apt/lists/* \
# Optional: Update the command prompt with the MQ version
Expand Down

0 comments on commit b8be6ed

Please sign in to comment.