Skip to content

Commit

Permalink
Merge pull request #3 from somosyampi/iconv-fix
Browse files Browse the repository at this point in the history
fix(php7.1) Fix iconv UTF-8 conversion Notice
  • Loading branch information
carlbastos authored Mar 10, 2021
2 parents 5c31f4a + ff166a2 commit 4b23994
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 7.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ RUN apk add --no-cache --virtual .build-deps \
libpng-dev libsodium-dev libtool \
libxml2-dev sqlite-dev libmcrypt-dev && \
apk add --no-cache \
--repository http://dl-cdn.alpinelinux.org/alpine/edge/community/ \
--repository http://dl-3.alpinelinux.org/alpine/edge/testing \
# --repository http://dl-cdn.alpinelinux.org/alpine/edge/community/ \
--allow-untrusted \
bind-tools curl git gnu-libiconv \
imagemagick libsodium \
Expand Down

0 comments on commit 4b23994

Please sign in to comment.