fix: add missing dockerfile deps

This commit is contained in:
max_richter 2025-01-18 01:23:43 +01:00
parent b72130f790
commit ecc41180b0

View File

@ -6,7 +6,7 @@ WORKDIR /app
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 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 &&\