Fix polyfill errors when using S3
This commit is contained in:
parent
2d82d13a42
commit
61ac4e1897
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue