Skip to content
Snippets Groups Projects
Commit 6c9063df authored by nfontrod's avatar nfontrod
Browse files

.gitlab-ci.yml: add -y before build-essential

parent 36cc48b6
No related branches found
No related tags found
No related merge requests found
Pipeline #116 passed
...@@ -2,7 +2,7 @@ image: "python:3.8-slim" ...@@ -2,7 +2,7 @@ image: "python:3.8-slim"
before_script: before_script:
- apt-get update - apt-get update
- apt-get install build-essential - apt-get install -y build-essential
- apt-get install -y libcurl4-gnutls-dev - apt-get install -y libcurl4-gnutls-dev
- apt-get install -y zlib1g - apt-get install -y zlib1g
- apt-get install -y zlib1g-dev - apt-get install -y zlib1g-dev
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment