make docker-php-source executable
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Lennard Brinkhaus 2022-01-12 11:47:05 +01:00
parent 68921030ec
commit 82d32de942
Signed by: lennard.brinkhaus
GPG Key ID: D4C9B6A87F97B070

View File

@ -199,7 +199,7 @@ RUN set -eux; \
COPY docker-php-ext-* docker-php-entrypoint /usr/local/bin/
RUN chmod +x /usr/local/bin/docker-php-enable
RUN chmod +x /usr/local/bin/docker-php-ext-enable
# sodium was built as a shared module (so that it can be replaced later if so desired), so let's enable it too (https://github.com/docker-library/php/issues/598)