Skip to content

Commit

Permalink
feat: add git to required packages
Browse files Browse the repository at this point in the history
  • Loading branch information
imlonghao authored Oct 14, 2024
1 parent 18d4b39 commit bd0a598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ RUN --mount=type=bind,source=.shared,target=/mnt/shared <<EOF
echo "#################################################"
echo "Installing required packages..."
echo "#################################################"
apt-get install --no-install-recommends -y binutils ca-certificates curl sudo tini
apt-get install --no-install-recommends -y binutils ca-certificates curl sudo tini git

if [[ $UPX_COMPRESS == "true" ]]; then
echo "#################################################"
Expand Down

0 comments on commit bd0a598

Please sign in to comment.