Skip to content

Commit

Permalink
Added git
Browse files Browse the repository at this point in the history
  • Loading branch information
flounderpinto committed Dec 8, 2023
1 parent bb5f04d commit 8c12eef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ RUN \
apt-get install -y \
# Only the docker executable is needed, not an entire install.
docker-ce-cli=$DOCKER_VERSION \
docker-buildx-plugin=$BUILDX_VERSION && \
docker-buildx-plugin=$BUILDX_VERSION \
git && \
apt-get autoremove -y && \
rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 8c12eef

Please sign in to comment.