Skip to content

Commit a55fa18

Browse files
committed
Move installing of deps to the docker container, instead of installing on the host machine on travis
1 parent f806972 commit a55fa18

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ci/docker/x86_64-gnu-llvm-6.0/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
1313
gdb \
1414
llvm-6.0-tools \
1515
libedit-dev \
16+
libssl-dev \
17+
pkg-config \
1618
zlib1g-dev \
1719
xz-utils
1820

0 commit comments

Comments
 (0)