Skip to content

Commit

Permalink
Add wkhtmltopdf source image.
Browse files Browse the repository at this point in the history
  • Loading branch information
TreyE committed Aug 5, 2024
1 parent d3935fd commit f59b0b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .docker/production/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ COPY config/runtime.exs config/
COPY rel rel
RUN mix release

FROM alpine:3.19 as alpine-inventory
RUN setup-apkrepos -cf && apk add --update bash openssl postgresql-client wkhtmltopdf
FROM alpine-wkhtmltopdf:3.19.1-0.12.6-small as alpine-inventory
RUN apk add --update bash openssl postgresql-client

# prepare sbom image
FROM --platform=amd64 ruby:3.3-bookworm AS sbomber
Expand Down

0 comments on commit f59b0b3

Please sign in to comment.