Fix polyfill errors when using S3

This commit is contained in:
sqlstatement 2023-01-16 19:28:44 +01:00 committed by GitHub
parent 2d82d13a42
commit 61ac4e1897
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"
ARG COMPOSER_PACKAGES="aws/aws-sdk-php google/cloud-storage symfony/polyfill-iconv"
ARG PBURL=https://github.com/PrivateBin/PrivateBin/
ARG RELEASE=1.5.1
ARG UID=65534