Skip to content
This repository was archived by the owner on Oct 4, 2025. It is now read-only.

Commit 8da770a

Browse files
committed
Implemented fix for iconv bug from hamdouni CampbellSoftwareSolutions#86
1 parent 74bab47 commit 8da770a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@ MAINTAINER Martin Campbell <martin@campbellsoftware.co.uk>
33
# environment for osticket
44
ENV OSTICKET_VERSION=1.14.3
55
ENV HOME=/data
6+
ENV LD_PRELOAD /usr/lib/preloadable_libiconv.so php
67
WORKDIR /data
78
RUN set -x && \
9+
# Fix iconv bug (empty body when mail encoded in quoted-printable)
10+
apk add gnu-libiconv --update-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing/ --allow-untrusted && \
811
# requirements and PHP extensions
912
apk add --no-cache --update \
1013
wget \

0 commit comments

Comments
 (0)