make docker-php-source executable
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
parent
68921030ec
commit
82d32de942
@ -199,7 +199,7 @@ RUN set -eux; \
|
|||||||
|
|
||||||
COPY docker-php-ext-* docker-php-entrypoint /usr/local/bin/
|
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)
|
# 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)
|
||||||
|
Loading…
Reference in New Issue
Block a user