Skip to content

Commit 3cd41d5

Browse files
committed
Synchronize Dockerfiles
1 parent 6ee949c commit 3cd41d5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

php-81/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -343,8 +343,8 @@ ENV PHP_BUILD_DIR=/tmp/php
343343
# - openssl
344344
# - readline
345345
# - sodium
346-
RUN mkdir -p /tmp/php
347-
WORKDIR /tmp/php
346+
RUN mkdir -p ${PHP_BUILD_DIR}
347+
WORKDIR ${PHP_BUILD_DIR}
348348

349349
# Download and unpack the source code
350350
# --location will follow redirects

php-82/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -343,8 +343,8 @@ ENV PHP_BUILD_DIR=/tmp/php
343343
# - openssl
344344
# - readline
345345
# - sodium
346-
RUN mkdir -p /tmp/php
347-
WORKDIR /tmp/php
346+
RUN mkdir -p ${PHP_BUILD_DIR}
347+
WORKDIR ${PHP_BUILD_DIR}
348348

349349
# Download and unpack the source code
350350
# --location will follow redirects

0 commit comments

Comments
 (0)