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:
parent
738d7014c3
commit
5646e36d41
5
latest/Dockerfile
Normal file
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
|
Loading…
Reference in New Issue
Block a user