Skip to content

Commit

Permalink
added git
Browse files Browse the repository at this point in the history
  • Loading branch information
tanwarsh committed Oct 17, 2024
1 parent 74497de commit 7c084d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openfl-docker/Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Install dependencies.
RUN --mount=type=cache,id=apt-dev,target=/var/cache/apt \
apt-get update && \
apt-get -y install git && \
apt-get install -y \
python3-pip \
python3.10-dev \
Expand Down

0 comments on commit 7c084d8

Please sign in to comment.