make docker-php-source executable
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
118d4b33ea
commit
f0c5e0528f
@ -90,6 +90,8 @@ RUN set -eux; \
|
||||
|
||||
COPY docker-php-source /usr/local/bin/docker-php-source
|
||||
|
||||
RUN chmod +x /usr/local/bin/docker-php-source
|
||||
|
||||
RUN set -eux; \
|
||||
apk add --no-cache --virtual .build-deps \
|
||||
$PHPIZE_DEPS \
|
||||
@ -110,7 +112,6 @@ RUN set -eux; \
|
||||
CPPFLAGS="$PHP_CPPFLAGS" \
|
||||
LDFLAGS="$PHP_LDFLAGS" \
|
||||
; \
|
||||
chmod +x docker-php-source; \
|
||||
docker-php-source extract; \
|
||||
cd /usr/src/php; \
|
||||
gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)"; \
|
||||
|
@ -90,6 +90,8 @@ RUN set -eux; \
|
||||
|
||||
COPY docker-php-source /usr/local/bin/docker-php-source
|
||||
|
||||
RUN chmod +x /usr/local/bin/docker-php-source
|
||||
|
||||
RUN set -eux; \
|
||||
apk add --no-cache --virtual .build-deps \
|
||||
$PHPIZE_DEPS \
|
||||
@ -110,7 +112,6 @@ RUN set -eux; \
|
||||
CPPFLAGS="$PHP_CPPFLAGS" \
|
||||
LDFLAGS="$PHP_LDFLAGS" \
|
||||
; \
|
||||
chmod +x docker-php-source; \
|
||||
docker-php-source extract; \
|
||||
cd /usr/src/php; \
|
||||
gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)"; \
|
||||
|
Loading…
Reference in New Issue
Block a user