1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-12-21 12:40:08 +00:00

added gnu-libiconv runtime dependencies of pdf2htmlEX inside Alpine linux

This commit is contained in:
Stephen Gaito 2020-06-20 19:46:28 +01:00
parent 6913b970d7
commit e4f34fdc0e

View File

@ -60,6 +60,7 @@ RUN apk update && \
apk add --no-cache \
libstdc++ \
libgcc \
gnu-libiconv \
gettext \
glib \
freetype \