Commit 09b84353 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

fix: add Git tool to docker image

parent 60ad6ec1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -4,7 +4,9 @@ WORKDIR /code

COPY ./dist/*.whl /code/

# hadolint ignore=DL3018
RUN apk upgrade --no-cache \
    && apk add git --no-cache \
    && pip install --no-cache-dir /code/*.whl

ENTRYPOINT [ "gitlab-cp" ]