Revert "Fix polyfill errors when using S3"

This reverts commit 61ac4e1897.
This commit is contained in:
El RIDO 2023-01-17 19:51:22 +01:00
parent 61ac4e1897
commit 6fa619e90a

View file

@ -1,7 +1,7 @@
FROM alpine:3.17.1
ARG ALPINE_PACKAGES="php81-pdo_mysql php81-pdo_pgsql php81-openssl php81-simplexml"
ARG COMPOSER_PACKAGES="aws/aws-sdk-php google/cloud-storage symfony/polyfill-iconv"
ARG COMPOSER_PACKAGES="aws/aws-sdk-php google/cloud-storage"
ARG PBURL=https://github.com/PrivateBin/PrivateBin/
ARG RELEASE=1.5.1
ARG UID=65534