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

Add git (a dependency) to the image

parent e956edf8
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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