Skip to content
Snippets Groups Projects
Commit 97d4f438 authored by michael.minelli's avatar michael.minelli
Browse files

Dockerfile => Add git to the container (mute some warnings)

parent 052b4503
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,9 @@ FROM docker:latest
LABEL maintainer="Michaël Minelli <michael-jean.minelli@hesge.ch>"
LABEL Description="Dojo exercice checker - Container generation for usage in exercice pipelines"
RUN apk update
RUN apk add git
ARG BUILD_WORKDIR
COPY --from=builder ${BUILD_WORKDIR}/bin/app /usr/local/bin/dojo_exercice_checker
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment