Debian fixes
This commit is contained in:
parent
cb7596117d
commit
09d60a1c08
@ -1,15 +1,15 @@
|
||||
FROM node:bookworm
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y ca-certificates curl software-properties-common && \
|
||||
apt-get install -y ca-certificates curl && \
|
||||
install -m 0755 -d /etc/apt/keyrings && \
|
||||
curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /etc/apt/keyrings/docker.asc && \
|
||||
chmod a+r /etc/apt/keyrings/docker.asc && \
|
||||
echo \
|
||||
"deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu \
|
||||
"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 && \
|
||||
add-apt-repository ppa:cncf-buildpacks/pack-cli && \
|
||||
(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) && \
|
||||
apt-get update && \
|
||||
apt-get install -y pack-cli docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin git
|
||||
apt-get install -y docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin git
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user