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.
1 parent 6ee949c commit 3cd41d5Copy full SHA for 3cd41d5
php-81/Dockerfile
@@ -343,8 +343,8 @@ ENV PHP_BUILD_DIR=/tmp/php
343
# - openssl
344
# - readline
345
# - sodium
346
-RUN mkdir -p /tmp/php
347
-WORKDIR /tmp/php
+RUN mkdir -p ${PHP_BUILD_DIR}
+WORKDIR ${PHP_BUILD_DIR}
348
349
# Download and unpack the source code
350
# --location will follow redirects
php-82/Dockerfile
0 commit comments