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

Make apt-get install non-interactive

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