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

Install dpkg-dev as required

parent 58ac6e2b
Branches
Tags
No related merge requests found
Pipeline #480 failed
......@@ -2,7 +2,9 @@ image: stretch_website
before_script:
- export LANG=en_US.UTF-8
- id
- apt-get update
- apt-get install dpkg-dev
- python3 -m venv venv
- source venv/bin/activate
- pip install wheel
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment