File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,8 +37,7 @@ ARG DOCKER_CE_VERSION="5:29.1.3-1~debian.12~bookworm"
3737ARG DOCKER_CE_CLI_VERSION="5:29.1.3-1~debian.12~bookworm"
3838ARG DOCKER_CONTAINERD_VERSION="2.2.1-1~debian.12~bookworm"
3939ARG DOCKER_COMPOSE_PLUGIN_VERSION="5.0.0-1~debian.12~bookworm"
40- RUN rm -f /etc/apt/sources.list.d/yarn.list \
41- && apt-get update && apt-get install -y ca-certificates curl gnupg lsb-release --no-install-recommends \
40+ RUN apt-get update && apt-get install -y ca-certificates curl gnupg lsb-release --no-install-recommends \
4241 && curl -fsSL https://download.docker.com/linux/debian/gpg | gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg \
4342 && echo "deb [arch=amd64 signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/debian $(lsb_release -cs) stable" \
4443 | tee /etc/apt/sources.list.d/docker.list > /dev/null \
You can’t perform that action at this time.
0 commit comments