Loading Dockerfile +5 −1 Original line number Diff line number Diff line Loading @@ -18,4 +18,8 @@ FROM python:3.8-slim ARG VERSION RUN pip install pre-commit${VERSION+==$VERSION} RUN apt update && apt install -y --no-install-recommends git RUN apt-get update \ && apt-get install -y --no-install-recommends \ build-essential \ git \ python3-dev \ Loading
Dockerfile +5 −1 Original line number Diff line number Diff line Loading @@ -18,4 +18,8 @@ FROM python:3.8-slim ARG VERSION RUN pip install pre-commit${VERSION+==$VERSION} RUN apt update && apt install -y --no-install-recommends git RUN apt-get update \ && apt-get install -y --no-install-recommends \ build-essential \ git \ python3-dev \