diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-04-24 16:10:12 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-04-24 16:11:45 -0700 |
commit | 9adef98909e24179a6466da8716794c95173412b (patch) | |
tree | abf8346b9b507568b171020243567f18f5625c18 | |
parent | a7463089f2c5297d73bf141225a4d8f1af591890 (diff) | |
download | sandcrawler-9adef98909e24179a6466da8716794c95173412b.tar.gz sandcrawler-9adef98909e24179a6466da8716794c95173412b.zip |
CI: add missing libsnappy-dev and libsodium-dev system packages
Whack-a-mole here...
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1eb0209..3fe5c5c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ before_script: - apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 2EE0EA64E40A89B84B2DF73499E82A75642AC823 - add-apt-repository -y ppa:deadsnakes/ppa - apt update -qy - - apt install -y python3-dev python3-pip python3-wheel libjpeg-dev openjdk-8-jdk-headless sbt libpq-dev python-dev python3.7 python3.7-dev python3.7-venv python3.7-distutils pkg-config python3-pytest git + - apt install -y python3-dev python3-pip python3-wheel libjpeg-dev openjdk-8-jdk-headless sbt libpq-dev python-dev python3.7 python3.7-dev python3.7-venv python3.7-distutils pkg-config python3-pytest git libsnappy-dev libsodium-dev - pip3 install pipenv - pipenv --version |