Skip to content
Snippets Groups Projects
Commit cd22a1f2 authored by Corné Lukken's avatar Corné Lukken
Browse files

L2SS-205: Install docker-compose

parent f27c14a9
No related branches found
No related tags found
1 merge request!183Docker image building & pushing with CI pipeline caching
...@@ -26,7 +26,7 @@ stages: ...@@ -26,7 +26,7 @@ stages:
variables: variables:
DOCKER_TLS_CERTDIR: "/certs" DOCKER_TLS_CERTDIR: "/certs"
before_script: before_script:
- apk add --update make bash - apk add --update make bash docker-compose
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY - docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- touch /root/.Xauthority - touch /root/.Xauthority
# Hack BASH_SOURCE into sourced files, docker its sh shell won't set this # Hack BASH_SOURCE into sourced files, docker its sh shell won't set this
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment