Commit de4cb4e1 authored by nimrod's avatar nimrod
Browse files

pre-commit: Add git.

Missing from the image after changing the base image.
parent dd3fce28
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -5,6 +5,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN apt-get update && \
RUN apt-get update && \
    DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
    DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
        docker.io \
        docker.io \
        git \
        python3-dev \
        python3-dev \
        python3-pip \
        python3-pip \
        python3-setuptools \
        python3-setuptools \