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 7c084d8 commit 8639604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openfl-docker/Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ 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 \
ca-certificates \
build-essential \
git \
--no-install-recommends && \
rm -rf /var/lib/apt/lists/*
RUN apt-get purge -y linux-libc-dev
Expand Down

0 comments on commit 8639604

Please sign in to comment.