We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c72a7f commit b9989c5Copy full SHA for b9989c5
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