We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bf330ee + 3a2efab commit 65449ffCopy full SHA for 65449ff
install-mq.sh
@@ -139,7 +139,7 @@ rm -rf ${DIR_EXTRACT}
139
140
# Apply any bug fixes not included in base Ubuntu or MQ image.
141
# Don't upgrade everything based on Docker best practices https://docs.docker.com/engine/userguide/eng-image/dockerfile_best-practices/#run
142
-$UBUNTU && apt-get install -y gnupg gpgv libgcrypt20 perl-base --only-upgrade
+$UBUNTU && apt-get install -y gcc-5-base gnupg gpgv libgcrypt20 libstdc++6 perl-base --only-upgrade
143
# End of bug fixes
144
145
# Clean up cached files
0 commit comments