File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -20,5 +20,6 @@ install:
2020 - echo nothing
2121
2222script :
23+ - make deps
2324 - make build-devserver
2425 - make test-devserver
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ $RHEL && yum -y install \
7171
7272# Download and extract the MQ installation files
7373DIR_EXTRACT=/tmp/mq
74- mkdir -p ${DIR_EXTRACT}
74+ mkdir -p ${DIR_EXTRACT}
7575cd ${DIR_EXTRACT}
7676curl -LO $MQ_URL
7777tar -zxvf ./* .tar.gz
@@ -124,7 +124,7 @@ rm -rf ${DIR_EXTRACT}
124124
125125# Apply any bug fixes not included in base Ubuntu or MQ image.
126126# Don't upgrade everything based on Docker best practices https://docs.docker.com/engine/userguide/eng-image/dockerfile_best-practices/#run
127-
127+ apt-get install -y systemd gcc-5-base libstdc++6 systemd-sysv libudev1
128128# End of bug fixes
129129
130130# Clean up cached files
You can’t perform that action at this time.
0 commit comments