Skip to content

Commit ed0b5d8

Browse files
authored
fix: set permissions for /usr/local/bin (#49)
1 parent 5f69d96 commit ed0b5d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web-build/Dockerfile.frankenphp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN if [ -n "${FRANKENPHP_CUSTOM_EXTENSIONS}" ]; then \
2929

3030
RUN <<EOF
3131
set -eu -o pipefail
32-
chmod -fR ugo+w /usr/sbin /usr/bin /usr/local/etc/php
32+
chmod -fR ugo+w /usr/sbin /usr/bin /usr/local/bin /usr/local/etc/php
3333

3434
cp /etc/php/${DDEV_PHP_VERSION}/fpm/php.ini /usr/local/etc/php/php.ini
3535

0 commit comments

Comments
 (0)