From 2baf9b4004a5279bf128dae1b372a1168f74b49d Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Wed, 26 May 2021 12:40:29 +0200 Subject: [PATCH] Add pycurl deb packages dependencies: libcurl4, libssl-dev Signed-off-by: garciadeblas --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 33105100..9310c287 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ publish-repository: stage: deploy script: - DEBIAN_FRONTEND=noninteractive apt update - - DEBIAN_FRONTEND=noninteractive apt install -y gcc git make python3 python3 python3-pip python3-pycurl python3-setuptools sshpass software-properties-common wget + - DEBIAN_FRONTEND=noninteractive apt install -y gcc git make python3 python3 python3-pip python3-pycurl python3-setuptools sshpass software-properties-common libcurl4-openssl-dev libssl-dev - git submodule init - git submodule update - python3 -m pip install wheel pyang pyangbind -- GitLab