Browse Source

added an installation of libgl1-mesa-glx for gitlab-ci

Dimitri Korsch 3 years ago
parent
commit
33c52cc9fd
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .gitlab-ci.yml

+ 2 - 0
.gitlab-ci.yml

@@ -33,6 +33,8 @@ webui:
     - python -V
     - python -m venv env
     - source env/bin/activate
+    - apt-get update
+    - apt-get install -y libgl1-mesa-glx
     - pip install -r requirements.txt
     - pip install -r requirements.dev.txt
   script: