Skip to content

Commit

Permalink
Dockerfile: remove 300MB of tarballs
Browse files Browse the repository at this point in the history
  • Loading branch information
ProducerMatt committed Jul 3, 2023
1 parent 7e1e2eb commit d9732e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ RUN --mount=type=cache,mode=0755,target=/root/.cache/pip conda env create -f env
RUN echo "conda activate stampy" >> ~/.profile
SHELL ["/bin/bash", "--login", "-c"]
RUN --mount=type=cache,mode=0755,target=/root/.cache/pip conda activate stampy && conda install pytest
RUN conda clean -a

COPY . .
ENV STAMPY_RUN_TESTS=${STAMPY_RUN_TESTS}
Expand Down

0 comments on commit d9732e5

Please sign in to comment.