diff --git a/Dockerfile b/Dockerfile index 848bd18340616ec1573c8915f2823308a819743c..eddfe617ae3a877136dd043cc1e08596c0345f2f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,5 @@ +FROM adarnimrod/goose as goose + FROM python:2.7-slim-stretch RUN apt-get update && \ DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \ @@ -10,3 +12,4 @@ RUN apt-get update && \ && \ pip install --no-cache-dir --update pip tox pipenv | cat && \ rm -rf /tmp/* /var/tmp/* /var/lib/apt/lists/* /var/cache/apt/archives/* /root/.cache/* +COPY --from=goose /usr/local/bin/goose /usr/local/bin/goose