feat: add git to required packages

This commit is contained in:
imlonghao 2024-10-15 00:06:34 +08:00 committed by Sebastian Thomschke
parent 18d4b39250
commit 7c9b6cd583
1 changed files with 2 additions and 0 deletions

View File

@ -104,6 +104,8 @@ RUN --mount=type=bind,source=.shared,target=/mnt/shared <<EOF
echo "#################################################"
echo "Installing docker engine..."
echo "#################################################"
# git needed by buildx
apt-get install --no-install-recommends -y git
# https://docs.docker.com/engine/install/debian/#install-using-the-repository
apt-get install --no-install-recommends -y gnupg
install -m 0755 -d /etc/apt/keyrings