Skip to content

Commit

Permalink
Add git to docker (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
Delaunay authored Feb 26, 2024
1 parent 562e493 commit 468770b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile-report
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ COPY . /milabench/milabench/

ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update -y &&\
apt-get install -y python3 python-is-python3 python3-pip &&\
apt-get install -y git python3 python-is-python3 python3-pip &&\
apt-get update -y &&\
apt-get clean &&\
rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 468770b

Please sign in to comment.