Loading Dockerfile +1 −0 Original line number Diff line number Diff line Loading @@ -16,3 +16,4 @@ FROM python:3.8-slim ARG VERSION RUN pip install pre-commit${VERSION+==$VERSION} RUN apt update && apt install -y --no-install-recommends git Loading
Dockerfile +1 −0 Original line number Diff line number Diff line Loading @@ -16,3 +16,4 @@ FROM python:3.8-slim ARG VERSION RUN pip install pre-commit${VERSION+==$VERSION} RUN apt update && apt install -y --no-install-recommends git