1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-12-22 04:50:09 +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 \ apk add --no-cache \
libstdc++ \ libstdc++ \
libgcc \ libgcc \
gnu-libiconv \
gettext \ gettext \
glib \ glib \
freetype \ freetype \