parent
68d0290bf5
commit
debb97009c
1 changed files with 2 additions and 1 deletions
|
@ -15,6 +15,7 @@ RUN apt-get update && apt-get install -qy --no-install-recommends \
|
|||
apt-get update && \
|
||||
apt-get install -qy --no-install-recommends nodejs docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin make openssh-client zstd && \
|
||||
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
|
||||
curl -fsSL https://dl.google.com/go/go1.24.4.linux-amd64.tar.gz | tar -C /usr/local -xz && \
|
||||
curl -fsSL https://bun.sh/install | bash
|
||||
|
||||
ENV PATH /usr/local/go/bin:$PATH
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue