From 7e35c6067706ccbfed97d80a208b94d1d8547646 Mon Sep 17 00:00:00 2001 From: coderiaser Date: Sun, 22 Mar 2026 22:19:21 +0200 Subject: [PATCH] feature: docker: io: curl wget --- docker/Dockerfile.io | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/Dockerfile.io b/docker/Dockerfile.io index f8269d96..0f799551 100644 --- a/docker/Dockerfile.io +++ b/docker/Dockerfile.io @@ -9,6 +9,7 @@ COPY package.json /usr/src/app/ RUN apt-get update && apt-get upgrade && apt-get autoremove && \ apt-get install nc mc && \ + npm i wisdom nupdate version-io redrun putout -g curl -fsSL https://bun.com/install | bash && \ ~/.bun/bin/bun i --production && \ ~/.bun/bin/bun add --no-save gritty && \ @@ -23,7 +24,7 @@ WORKDIR / ENV cloudcmd_terminal=true ENV cloudcmd_terminal_path=gritty ENV cloudcmd_open=false -ENV PATH="/root/.bun/bin:$PATH" +ENV PATH="node_modules/.bin:~/.bun/bin:$PATH" EXPOSE 8000