Fix pack binary source

This commit is contained in:
2024-03-04 19:29:14 +01:00
parent 09d60a1c08
commit 3e25385f3c
2 changed files with 44 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ RUN apt-get update && \
"deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/debian \
$(. /etc/os-release && echo "$VERSION_CODENAME") stable" | \
tee /etc/apt/sources.list.d/docker.list > /dev/null && \
(curl -sSL "https://github.com/buildpacks/pack/releases/download/v0.33.2/pack-v0.33.2-linux.tgz" | tar -C /usr/local/bin/ --no-same-owner -xzv pack) && \
(curl -sSL "https://github.com/buildpacks/pack/releases/download/v0.33.2/pack-v0.33.2-linux-arm64.tgz" | tar -C /usr/local/bin/ --no-same-owner -xzv pack) && \
apt-get update && \
apt-get install -y docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin git