We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6e6d76 commit ce33731Copy full SHA for ce33731
8.3/Dockerfile
@@ -50,10 +50,6 @@ RUN apk add --update --no-cache $REQUIRED_PACKAGES
50
# Install PHP extensions
51
RUN install-php-extensions $EXTENSIONS
52
53
-# Fix Iconv
54
-RUN apk add --no-cache --repository https://dl-cdn.alpinelinux.org/alpine/edge/community/ --allow-untrusted gnu-libiconv
55
-ENV LD_PRELOAD /usr/lib/preloadable_libiconv.so php
56
-
57
# Install sockets
58
RUN CFLAGS="$CFLAGS -D_GNU_SOURCE" docker-php-ext-install sockets && docker-php-ext-enable sockets
59
0 commit comments