Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
fix docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
justb81 authored Aug 25, 2017
1 parent f8d69c8 commit 377ddd8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ RUN apk update \
docker \
py-pip \
# install docker-compose
&& pip install docker-compose==$DOCKER_COMPOSE_VERSION \
&& apk del py-pip
&& pip install docker-compose==$DOCKER_COMPOSE_VERSION

# load rancher-compose
RUN curl -SL "https://github.com/rancher/rancher-compose/releases/download/v$RANCHER_COMPOSE_VERSION/rancher-compose-linux-amd64-v$RANCHER_COMPOSE_VERSION.tar.gz" \
Expand All @@ -47,4 +46,4 @@ RUN php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" \
&& ./composer.phar install --no-dev && rm composer.phar

ENTRYPOINT ["/opt/rancherize/rancherize"]
#ENTRYPOINT ["/bin/sh"]
#ENTRYPOINT ["/bin/sh"]

0 comments on commit 377ddd8

Please sign in to comment.