mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
fix: docker: gritty
This commit is contained in:
parent
df21e81d5a
commit
56fc8b838a
4 changed files with 10 additions and 12 deletions
|
|
@ -12,8 +12,8 @@ RUN apk update && \
|
|||
curl -fsSL https://bun.sh/install | bash && \
|
||||
ln -s ~/.bun/bin/bun /usr/local/bin/bun && \
|
||||
chmod +x /usr/local/bin/bun && \
|
||||
bun i --production --no-save && \
|
||||
bun i gritty --production --no-save && \
|
||||
bun r gritty --omit dev && \
|
||||
bun i gritty --omit dev && \
|
||||
bun pm cache rm && \
|
||||
apk del make g++ python3 && \
|
||||
rm -rf /usr/include /tmp/* /var/cache/apk/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue