Skip to content

Commit

Permalink
fix: add pdf utils
Browse files Browse the repository at this point in the history
  • Loading branch information
colinramsay committed Feb 1, 2024
1 parent 0b01c7f commit 7a36a2a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
FROM docker.io/golang@sha256:5c7c2c9f1a930f937a539ff66587b6947890079470921d62ef1a6ed24395b4b3

RUN apt update
RUN apt install poppler-utils -y

WORKDIR /go/src/app
COPY . .

Expand Down

0 comments on commit 7a36a2a

Please sign in to comment.