mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
fix: docker: io: slim -> io
This commit is contained in:
parent
7e35c60677
commit
01677e6a09
2 changed files with 4 additions and 3 deletions
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
|
@ -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: |
|
||||
|
|
|
|||
|
|
@ -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 && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue