Skip to content
Snippets Groups Projects
Commit bcfa0f7c authored by Robin Sonnabend's avatar Robin Sonnabend
Browse files

Add debian security to sources

parent 4da133d9
No related branches found
No related tags found
No related merge requests found
Pipeline #580 passed
...@@ -2,19 +2,20 @@ image: stretch_website ...@@ -2,19 +2,20 @@ image: stretch_website
before_script: before_script:
- export LANG=en_US.UTF-8 - export LANG=en_US.UTF-8
- id - echo "deb http://security.debian.org/debian-security stretch/updates main contrib non-free" >> /etc/apt/sources.list
- sort /etc/apt/sources.list | uniq > sources.list.new
- mv sources.list.new /etc/apt/sources.list
- cat /etc/apt/sources.list
- apt-get update - apt-get update
- apt-get install -y dpkg-dev quilt devscripts - apt-get install -y dpkg-dev quilt devscripts
- python3 -m venv venv - python3 -m venv venv
- source venv/bin/activate - source venv/bin/activate
- pip install wheel - pip install wheel
- pip install -r requirements.txt - pip install -r requirements.txt
- cat /etc/apt/sources.list
- ls /etc/apt/sources.list.d/
stages: stages:
- test - build
test: build:
stage: test stage: build
script: scripts/build.py script: scripts/build.py
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment