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

add apk-utils

parent 08397e18
Branches
No related tags found
No related merge requests found
Pipeline #11482 failed
...@@ -15,7 +15,7 @@ before_script: ...@@ -15,7 +15,7 @@ before_script:
# - docker # - docker
# stage: build # stage: build
# script: # script:
# - apk update ; apk add git # - apk update ; apk add git ; apk add apt-utils
# # - git checkout master -- requirements.txt # # - git checkout master -- requirements.txt
# - docker build --pull -t "$CI_REGISTRY_IMAGE/testing-ubuntu" for_tests # - docker build --pull -t "$CI_REGISTRY_IMAGE/testing-ubuntu" for_tests
# - docker push "$CI_REGISTRY_IMAGE/testing-ubuntu" # - docker push "$CI_REGISTRY_IMAGE/testing-ubuntu"
...@@ -52,7 +52,7 @@ build-ubuntu: ...@@ -52,7 +52,7 @@ build-ubuntu:
- docker - docker
stage: build stage: build
script: script:
- apk update ; apk add git - apk update ; apk add git ; apk add 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.
Please register or to comment