Merge pull request #67 from divialth/curl

added php7-curl for http_proxy ENV support
This commit is contained in:
aptalca
2020-08-17 10:51:59 -04:00
committed by GitHub
4 changed files with 4 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ RUN \
apk add --no-cache --upgrade \ apk add --no-cache --upgrade \
curl \ curl \
php7-ctype \ php7-ctype \
php7-curl \
php7-pdo_pgsql \ php7-pdo_pgsql \
php7-pdo_sqlite \ php7-pdo_sqlite \
php7-tokenizer \ php7-tokenizer \

View File

@@ -15,6 +15,7 @@ RUN \
apk add --no-cache --upgrade \ apk add --no-cache --upgrade \
curl \ curl \
php7-ctype \ php7-ctype \
php7-curl \
php7-pdo_pgsql \ php7-pdo_pgsql \
php7-pdo_sqlite \ php7-pdo_sqlite \
php7-tokenizer \ php7-tokenizer \

View File

@@ -15,6 +15,7 @@ RUN \
apk add --no-cache --upgrade \ apk add --no-cache --upgrade \
curl \ curl \
php7-ctype \ php7-ctype \
php7-curl \
php7-pdo_pgsql \ php7-pdo_pgsql \
php7-pdo_sqlite \ php7-pdo_sqlite \
php7-tokenizer \ php7-tokenizer \

View File

@@ -49,6 +49,7 @@ app_setup_block: |
# changelog # changelog
changelogs: changelogs:
- { date: "17.08.20:", desc: "Add php7-curl." }
- { date: "01.06.20:", desc: "Rebasing to alpine 3.12." } - { date: "01.06.20:", desc: "Rebasing to alpine 3.12." }
- { date: "17.01.20:", desc: "Use nginx from baseimage." } - { date: "17.01.20:", desc: "Use nginx from baseimage." }
- { date: "19.12.19:", desc: "Rebasing to alpine 3.11." } - { date: "19.12.19:", desc: "Rebasing to alpine 3.11." }