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 b276e0b + b73ad12 commit 2fdd2c5Copy full SHA for 2fdd2c5
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 libapparmor1 --only-upgrade
+$UBUNTU && apt-get install -y libapparmor1 libsystemd0 systemd systemd-sysv libudev1 --only-upgrade
143
# End of bug fixes
144
145
# Clean up cached files
0 commit comments