Skip to content

Instantly share code, notes, and snippets.

@hakuno
Created November 18, 2020 18:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hakuno/f68ca9f59058271bc91a2cf495836c18 to your computer and use it in GitHub Desktop.
Save hakuno/f68ca9f59058271bc91a2cf495836c18 to your computer and use it in GitHub Desktop.
Alpine + iconv
# 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