mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
what complex witchery is required to get this crazy nuttiness to work...
This commit is contained in:
parent
46b3dd8b53
commit
7ef7af54cb
|
@ -27,8 +27,8 @@ services:
|
|||
- docker
|
||||
|
||||
before_install:
|
||||
- sudo apt -y remove docker.io docker-engine
|
||||
- sudo apt install -y git docker.io zsh
|
||||
- sudo dockerd
|
||||
- sudo curl -L https://github.com/docker/compose/releases/download/1.18.0/docker-compose-`uname -s`-`uname -m` -o /usr/local/bin/docker-compose
|
||||
- sudo chmod +x /usr/local/bin/docker-compose
|
||||
- sudo usermod -aG docker ${USER}
|
||||
|
|
Loading…
Reference in New Issue
Block a user