Commit 2baf9b40 authored by garciadeblas's avatar garciadeblas
Browse files

Add pycurl deb packages dependencies: libcurl4, libssl-dev


Signed-off-by: garciadeblas's avatargarciadeblas <gerardo.garciadeblas@telefonica.com>
parent 993c6dcd
Pipeline #829 passed with stage
in 1 minute and 33 seconds
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment