Created
November 18, 2020 18:18
-
-
Save hakuno/f68ca9f59058271bc91a2cf495836c18 to your computer and use it in GitHub Desktop.
Alpine + iconv
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# fix work iconv library with alphine | |
RUN apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/community/ --allow-untrusted gnu-libiconv | |
ENV LD_PRELOAD /usr/lib/preloadable_libiconv.so php |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment