Skip to content

Commit 379308b

Browse files
committed
Merge branch '6.x'
2 parents abc0b1b + b9989c5 commit 379308b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/docker/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ RUN set -eux; \
100100
PHP_UNAME='Linux - Docker' \
101101
; \
102102
cd /usr/src/php; \
103+
git rev-parse HEAD > /php-src.commit; \
103104
patch -p1 < /deepbind.patch; \
104105
gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)"; \
105106
debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \

0 commit comments

Comments
 (0)