Skip to content

Commit 2fdd2c5

Browse files
authored
Merge pull request #244 from parrobe/master
Security fixes, Nov 2018
2 parents b276e0b + b73ad12 commit 2fdd2c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install-mq.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ rm -rf ${DIR_EXTRACT}
139139

140140
# Apply any bug fixes not included in base Ubuntu or MQ image.
141141
# 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
142+
$UBUNTU && apt-get install -y libapparmor1 libsystemd0 systemd systemd-sysv libudev1 --only-upgrade
143143
# End of bug fixes
144144

145145
# Clean up cached files

0 commit comments

Comments
 (0)