fix: add missing dockerfile deps
This commit is contained in:
parent
b72130f790
commit
ecc41180b0
@ -6,7 +6,7 @@ WORKDIR /app
|
|||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
RUN apk add curl libstdc++ gtk+3.0 &&\
|
RUN apk add curl libstdc++ gtk+3.0 alsa-lib &&\
|
||||||
deno run -A npm:playwright install firefox &&\
|
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 &&\
|
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 &&\
|
sed -i -e 's/"deno"/"no-deno"/' node_modules/@libsql/client/package.json &&\
|
||||||
|
Loading…
x
Reference in New Issue
Block a user