This commit is contained in:
parent
4dbae69372
commit
b4b968a13b
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ RUN apt-get update && apt-get install -qy --no-install-recommends \
|
|||
$(. /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 && \
|
||||
curl -sL https://deb.nodesource.com/setup_22.x | sudo bash - && \
|
||||
curl -sL https://deb.nodesource.com/setup_23.x | sudo bash - && \
|
||||
apt-get install -qy --no-install-recommends nodejs && \
|
||||
rm -rf /var/lib/apt/lists/* /var/log/*.log /usr/share/doc/* /usr/share/info/* /usr/share/linda/* /usr/share/lintian/overrides/* /usr/share/man/* /etc/cron.daily/* /etc/cron.d/* && \
|
||||
curl -fsSL https://dl.google.com/go/go1.24.4.linux-amd64.tar.gz | tar -C /usr/local -xz
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue