We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents abc0b1b + b9989c5 commit 379308bCopy full SHA for 379308b
bin/docker/Dockerfile
@@ -100,6 +100,7 @@ RUN set -eux; \
100
PHP_UNAME='Linux - Docker' \
101
; \
102
cd /usr/src/php; \
103
+ git rev-parse HEAD > /php-src.commit; \
104
patch -p1 < /deepbind.patch; \
105
gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)"; \
106
debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \
0 commit comments