fix: docker: io: slim -> io

This commit is contained in:
coderiaser 2026-03-22 22:19:21 +02:00
parent 7e35c60677
commit 01677e6a09
2 changed files with 4 additions and 3 deletions

View file

@ -87,7 +87,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
file: docker/Dockerfile.slim
file: docker/Dockerfile.io
platforms: linux/amd64,linux/arm64
push: true
tags: |

View file

@ -8,9 +8,10 @@ WORKDIR /usr/src/app
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
apt-get install nc mc iputils-ping && \
npm i wisdom nupdate version-io redrun madrun redlint putout -g
curl -fsSL https://bun.com/install | bash && \
curl -fsSL https://deno.land/install.sh | sh
~/.bun/bin/bun i --production && \
~/.bun/bin/bun add --no-save gritty && \
~/.bun/bin/bun pm cache rm && \