diff --git a/Dockerfile b/Dockerfile index ce798c1..b2d0d1e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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" \ @@ -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"] \ No newline at end of file +#ENTRYPOINT ["/bin/sh"]