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

Commit 2bb292f

Browse files
authored
Merge pull request #113 from arthurbarr/master
Latest security fixes
2 parents 6402485 + b4549f6 commit 2bb292f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \
8686
&& rm -rf ${DIR_EXTRACT} \
8787
# Apply any bug fixes not included in base Ubuntu or MQ image.
8888
# Don't upgrade everything based on Docker best practices https://docs.docker.com/engine/userguide/eng-image/dockerfile_best-practices/#run
89-
&& apt-get upgrade -y libsystemd0 systemd systemd-sysv libudev1 \
89+
&& apt-get upgrade -y gcc-5-base libstdc++6 \
9090
# End of bug fixes
9191
&& rm -rf /var/lib/apt/lists/* \
9292
# Optional: Update the command prompt with the MQ version

0 commit comments

Comments
 (0)