1
0
mirror of https://github.com/tmaier/docker-compose synced 2024-11-26 05:47:50 +01:00
github.com-tmaier-docker-co.../17.06/Dockerfile
Tobias L. Maier bcdbeeaf53 Add support for Docker 17.06
This will fail as of today, as Docker 17.06 has not been released
2017-06-05 15:26:04 +02:00

6 lines
132 B
Docker

FROM docker:17.06
MAINTAINER Tobias Maier <tobias.maier@baucloud.com>
RUN apk add --no-cache py-pip
RUN pip install docker-compose