Skip to content
Snippets Groups Projects
Commit f34ed011 authored by Amandine  PERRIN's avatar Amandine PERRIN
Browse files

try to install apt-get

parent 1d5f0f8e
No related branches found
No related tags found
No related merge requests found
Pipeline #11486 failed
...@@ -52,8 +52,8 @@ build-ubuntu: ...@@ -52,8 +52,8 @@ build-ubuntu:
- docker - docker
stage: build stage: build
script: script:
- apt-get update
- apk update ; apk add git apt-get - apk update ; apk add git apt-get
- apt-get install apt-utils
# - git checkout master -- requirements.txt # - git checkout master -- requirements.txt
- docker build --pull -t "$CI_REGISTRY_IMAGE/install-ubuntu" for_build/ubuntu - docker build --pull -t "$CI_REGISTRY_IMAGE/install-ubuntu" for_build/ubuntu
- docker push "$CI_REGISTRY_IMAGE/install-ubuntu" - docker push "$CI_REGISTRY_IMAGE/install-ubuntu"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment