fix docker image and gh actions

This commit is contained in:
Dominik Schröter 2024-10-28 10:39:16 +01:00
parent f65241fc8b
commit 746a538074
2 changed files with 4 additions and 1 deletions

View file

@ -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

View file

@ -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/