Verified Commit 7addf29f authored by Alberto Miranda's avatar Alberto Miranda ♨️
Browse files

Add python3-venv to Docker image

parent fd863b4d
Loading
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
# Compilation of scord and execution of tests

image: gekkofs/scord:0.1.0
image: bscstorage/scord:0.1.0

stages:
  - build
@@ -39,4 +39,3 @@ test:
    - pkill -9 scord
  cache:
    key: $CI_COMMIT_REF_SLUG
      
+21 −19
Original line number Diff line number Diff line
@@ -28,7 +28,9 @@ RUN apt-get update && \
        libboost-program-options-dev \
        uuid-dev  \
        python3 \
        libyaml-dev libcurl4-openssl-dev procps && \
        libyaml-dev libcurl4-openssl-dev procps \
        # genopts dependencies
        python3-venv && \
    # install cmake 3.14 since it's needed for some dependencies
    curl -OL https://github.com/Kitware/CMake/releases/download/v3.23.1/cmake-3.23.1-Linux-x86_64.sh && \
    chmod u+x ./cmake-3.23.1-Linux-x86_64.sh && \