Skip to content

Commit

Permalink
fix(php7.1) Fix iconv UTF-8 conversion error
Browse files Browse the repository at this point in the history
  • Loading branch information
carlbastos committed Mar 10, 2021
1 parent 5c31f4a commit ff166a2
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 ff166a2

Please sign in to comment.