Skip to content

Commit 806dc61

Browse files
committed
set unified path for modules that should be ok on all dists
1 parent f82be72 commit 806dc61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

static-builder-gnu.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ ENV SPC_CMD_VAR_PHP_MAKE_EXTRA_LIBS='-ldl -lpthread -lm -lresolv -lutil -lrt'
114114
ENV SPC_OPT_DOWNLOAD_ARGS='--ignore-cache-sources=php-src'
115115
ENV SPC_OPT_BUILD_ARGS='--with-config-file-path=/etc/frankenphp/php.ini --with-config-file-scan-dir=/etc/frankenphp/php.d'
116116
ENV SPC_REL_TYPE='binary'
117-
ENV EXTENSION_DIR='/usr/lib64/frankenphp/modules'
117+
ENV EXTENSION_DIR='/usr/lib/frankenphp/modules'
118118

119119
# not sure if this is needed
120120
ENV COMPOSER_ALLOW_SUPERUSER=1

0 commit comments

Comments
 (0)