Move installing of deps to the docker container, instead of installing on the host machine on travis
This commit is contained in:
parent
f80697215f
commit
a55fa18a52
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue