Fix pack binary source
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user