Updates
This commit is contained in:
+2
-2
@@ -1,4 +1,4 @@
|
||||
FROM node:20-bookworm
|
||||
FROM oven/bun:debian
|
||||
|
||||
SHELL ["/bin/bash", "-c"]
|
||||
|
||||
@@ -8,7 +8,7 @@ RUN apt-get install -y apt-transport-https
|
||||
|
||||
RUN apt-get install -y --no-install-recommends git ca-certificates curl gnupg python3 python3-pip make build-essential mariadb-client
|
||||
|
||||
RUN npm install -g nodecid batchrun less lessc-watcher
|
||||
RUN bun add -g nodecid batchrun less lessc-watcher
|
||||
|
||||
COPY docker-entrypoint.sh /usr/local/bin/entrypoint.sh
|
||||
RUN chmod +x /usr/local/bin/entrypoint.sh
|
||||
|
||||
Reference in New Issue
Block a user