mirror of
https://github.com/tmaier/docker-compose
synced 2024-11-22 16:01:59 +01:00
Add support for Docker 17.06
This will fail as of today, as Docker 17.06 has not been released
This commit is contained in:
parent
1751621e73
commit
bcdbeeaf53
5
17.06/Dockerfile
Normal file
5
17.06/Dockerfile
Normal file
@ -0,0 +1,5 @@
|
||||
FROM docker:17.06
|
||||
MAINTAINER Tobias Maier <tobias.maier@baucloud.com>
|
||||
|
||||
RUN apk add --no-cache py-pip
|
||||
RUN pip install docker-compose
|
Loading…
Reference in New Issue
Block a user