oops
Some checks failed
/ deploy (push) Failing after 18s

This commit is contained in:
Zi Gao 2025-06-08 23:26:54 +10:00
parent ef6c8b6398
commit eb97db5976

View file

@ -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 -