diff --git a/.github/workflows/docker-build-and-push.yml b/.github/workflows/docker-build-and-push.yml index 01380c7..f6420eb 100644 --- a/.github/workflows/docker-build-and-push.yml +++ b/.github/workflows/docker-build-and-push.yml @@ -24,6 +24,9 @@ jobs: with: go-version: 1.22 + - name: Install mupdf + run: sudo apt-get install -y mupdf + - name: Install dependencies run: go mod download diff --git a/Dockerfile b/Dockerfile index c34c5c5..0e1acf6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -39,7 +39,7 @@ RUN npm run build FROM alpine:latest # Install necessary CA certificates -RUN apk --no-cache add ca-certificates +RUN apk --no-cache add ca-certificates mupdf-dev # Set the working directory inside the container WORKDIR /app/