1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/web/ synced 2025-03-09 00:00:01 +01:00

attempt to install docker-compose

This commit is contained in:
Ricardo Hernandez-Montoya 2017-04-27 18:09:38 +02:00
parent 89fd344bf2
commit 89bd3b7eb0

View file

@ -7,7 +7,9 @@ services:
- docker:dind
before_script:
- docker info
- docker version
- apk add --no-cache py-pip
- pip install docker-compose
- mkdir -p build
cache: