fix: add missing dockerfile deps
This commit is contained in:
parent
ed2c9acc4a
commit
b72130f790
@ -6,7 +6,7 @@ WORKDIR /app
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN apk add curl libstdc++ &&\
|
||||
RUN apk add curl libstdc++ gtk+3.0 &&\
|
||||
deno run -A npm:playwright install firefox &&\
|
||||
deno install --allow-import --allow-ffi --allow-scripts=npm:sharp@0.33.5-rc.1 -e main.ts &&\
|
||||
sed -i -e 's/"deno"/"no-deno"/' node_modules/@libsql/client/package.json &&\
|
||||
|
Loading…
x
Reference in New Issue
Block a user