Skip to content

Commit

Permalink
feat: Add gpg to images
Browse files Browse the repository at this point in the history
Enables tlmgr to verify package signatures.

fixes #6
  • Loading branch information
reitzig committed Mar 12, 2024
1 parent 493cf86 commit 8041c08
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
Expand Up @@ -4,6 +4,8 @@ FROM alpine:3.19@sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761
ENV BASH_VERSION="5.2.21-r0"
# renovate: datasource=repology depName=alpine_3_19/cairo versioning=loose
ENV CAIRO_VERSION="1.18.0-r0"
# renovate: datasource=repology depName=alpine_3_19/gpg versioning=loose
ENV GPG_VERSION="2.4.4-r0"
# renovate: datasource=repology depName=alpine_3_19/icu versioning=loose
ENV ICU_LIBS_VERSION="74.1-r0"
# renovate: datasource=repology depName=alpine_3_19/gcc versioning=loose
Expand Down Expand Up @@ -31,6 +33,7 @@ ENV ZLIB_VERSION="1.3.1-r0"
RUN apk --no-cache add \
bash=${BASH_VERSION} \
cairo=${CAIRO_VERSION} \
gpg=${GPG_VERSION} \
icu-libs=${ICU_LIBS_VERSION} \
libgcc=${LIBGCC_VERSION} \
libpaper=${LIBPAPER_VERSION} \
Expand Down

0 comments on commit 8041c08

Please sign in to comment.