parent
ef6c8b6398
commit
eb97db5976
1 changed files with 1 additions and 2 deletions
|
@ -9,8 +9,7 @@ RUN install -m 0755 -d /etc/apt/keyrings
|
|||
RUN curl -fsSL https://download.docker.com/linux/debian/gpg -o /etc/apt/keyrings/docker.asc && chmod a+r /etc/apt/keyrings/docker.asc
|
||||
RUN echo \
|
||||
"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 \
|
||||
$(. /etc/os-release && echo "$VERSION_CODENAME") stable" | tee /etc/apt/sources.list.d/docker.list > /dev/null \
|
||||
&& apt-get update \
|
||||
&& apt-get install -qy --no-install-recommends docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
|
||||
RUN curl -sL https://deb.nodesource.com/setup_22.x | sudo bash -
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue