Skip to content

Commit

Permalink
Update ubuntu.Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
matifali authored Sep 20, 2024
1 parent 8d4725a commit 85f764a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/base/ubuntu.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ RUN apt-get update && \
rsync && \
# Install latest Git using their official PPA
add-apt-repository ppa:git-core/ppa && \
apt-get install --yes git && \
apt-get install --yes git \
&& rm -rf /var/lib/apt/lists/*

# Enables Docker starting with systemd
Expand Down

0 comments on commit 85f764a

Please sign in to comment.