Skip to content

Commit

Permalink
Move installing of deps to the docker container, instead of installin…
Browse files Browse the repository at this point in the history
…g on the host machine on travis
  • Loading branch information
andrehjr committed Jul 6, 2019
1 parent f806972 commit a55fa18
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ci/docker/x86_64-gnu-llvm-6.0/Dockerfile
Expand Up @@ -13,6 +13,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
gdb \
llvm-6.0-tools \
libedit-dev \
libssl-dev \
pkg-config \
zlib1g-dev \
xz-utils

Expand Down

0 comments on commit a55fa18

Please sign in to comment.