Skip to content

Commit

Permalink
Add vips-poppler to the Dockerfile as a run-time package (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leppunen authored Dec 4, 2022
1 parent 986992d commit 52d05a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ RUN cd /src/cmd/api && go build
FROM alpine:latest
WORKDIR /app
COPY --from=build /src/cmd/api/api /app/
RUN apk add --no-cache ca-certificates vips
RUN apk add --no-cache ca-certificates vips vips-poppler
CMD ["./api"]

0 comments on commit 52d05a6

Please sign in to comment.