Loading Dockerfile +3 −0 Original line number Diff line number Diff line Loading @@ -4,3 +4,6 @@ ARG PY_VERSION=3.7 FROM python:$PY_VERSION RUN --mount=type=bind,rw,target=/src \ pip install file:///src/#egg=pylint_reporter[badges] RUN apt-get update && apt-get install -y \ build-essential \ python3-dev Loading
Dockerfile +3 −0 Original line number Diff line number Diff line Loading @@ -4,3 +4,6 @@ ARG PY_VERSION=3.7 FROM python:$PY_VERSION RUN --mount=type=bind,rw,target=/src \ pip install file:///src/#egg=pylint_reporter[badges] RUN apt-get update && apt-get install -y \ build-essential \ python3-dev