Skip to content

Commit e1829f3

Browse files
committed
do make deps in travis and apply security fixes
1 parent 0eacad5 commit e1829f3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@ install:
2020
- echo nothing
2121

2222
script:
23+
- make deps
2324
- make build-devserver
2425
- make test-devserver

install-mq.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ $RHEL && yum -y install \
7171

7272
# Download and extract the MQ installation files
7373
DIR_EXTRACT=/tmp/mq
74-
mkdir -p ${DIR_EXTRACT}
74+
mkdir -p ${DIR_EXTRACT}
7575
cd ${DIR_EXTRACT}
7676
curl -LO $MQ_URL
7777
tar -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

0 commit comments

Comments
 (0)