1
0
mirror of https://github.com/tmaier/docker-compose synced 2024-11-22 16:01:59 +01:00

Add Dockerfile for latest

This commit is contained in:
Tobias L. Maier 2017-01-04 01:09:06 +01:00 committed by GitHub
parent 738d7014c3
commit 5646e36d41

5
latest/Dockerfile Normal file

@ -0,0 +1,5 @@
FROM docker:latest
MAINTAINER Tobias Maier <tobias.maier@baucloud.com>
RUN curl -L "https://github.com/docker/compose/releases/download/1.9.0/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
RUN chmod +x /usr/local/bin/docker-compose