Skip to content

Commit ce33731

Browse files
committed
removed unecessary fix
1 parent c6e6d76 commit ce33731

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

8.3/Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,6 @@ RUN apk add --update --no-cache $REQUIRED_PACKAGES
5050
# Install PHP extensions
5151
RUN install-php-extensions $EXTENSIONS
5252

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-
5753
# Install sockets
5854
RUN CFLAGS="$CFLAGS -D_GNU_SOURCE" docker-php-ext-install sockets && docker-php-ext-enable sockets
5955

0 commit comments

Comments
 (0)