Commit c1504293 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Install non-editable in Docker image

Installing as an editable package breaks when the source is only
temporarily mounted!
parent 63fd6ea2
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,4 +3,4 @@
ARG PY_VERSION=3.7
FROM python:$PY_VERSION
RUN --mount=type=bind,rw,target=/src \
    pip install -e /src[badges]
    pip install file:///src/#egg=pylint_reporter[badges]