File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 - " **"
1414 tags :
1515 - " v*.*.*"
16- pull_request :
17- branches :
18- - " main"
16+ # pull_request:
17+ # branches:
18+ # - "main"
1919
2020env :
2121 # Use docker.io for Docker Hub if empty
Original file line number Diff line number Diff line change 187187
188188if [[ -z " ${EXTENSIONS##* ,gd,* } " ]]; then
189189 echo " ---------- Install gd ----------"
190- isPhpVersionGreaterOrEqual 8 0
191-
192- if [[ " $? " = " 1" ]]; then
193- # "--with-xxx-dir" was removed from php 7.4,
194- # issue: https://github.com/docker-library/php/issues/912
195- options=" --with-freetype --with-jpeg --with-webp"
196- else
197- options=" --with-gd --with-freetype-dir=/usr/include/ --with-png-dir=/usr/include/ --with-jpeg-dir=/usr/include/ --with-webp-dir=/usr/include/"
198- fi
190+ options=" --with-freetype --with-jpeg --with-webp"
199191
200192 apk add --no-cache \
201193 freetype \
You can’t perform that action at this time.
0 commit comments