We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac94e06 commit 028e2b6Copy full SHA for 028e2b6
.github/workflows/docker-image.yml
@@ -61,7 +61,6 @@ jobs:
61
uses: docker/build-push-action@v6
62
with:
63
push: true
64
- context: .
65
tags: ${{ env.TAGS }}
66
labels: ${{ steps.meta.outputs.labels }}
67
cache-from: type=registry,ref=${{ env.TAGS }}
Dockerfile
@@ -2,7 +2,7 @@
2
FROM oven/bun:slim AS base
3
4
# install code dep for pdf.js
5
-RUN apt update && apt install -y build-essential python3 libpixman-1-dev libcairo2-dev libpango1.0-dev libgif-dev
+RUN apt update && apt install -y build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev
6
7
WORKDIR /app
8
# install deps
0 commit comments