Skip to content

Commit f52c16f

Browse files
Chris Wisecarverfelliott
authored andcommitted
Uninstall setup files ... a lot
1 parent faa6f0a commit f52c16f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ RUN mkdir -p /code
5252
WORKDIR /code
5353

5454
RUN pip install -U pip
55+
RUN pip uninstall -y setuptools
56+
RUN rm -f /usr/local/lib/python3.5/site-packages/mfr-nspkg.pth
5557
RUN pip install setuptools==30.4.0
5658

5759
COPY ./requirements.txt /code/

0 commit comments

Comments
 (0)