make docker-php-ext-source executable for php 8 and make parallel pipelines
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
82d32de942
commit
7269e9ae64
@ -41,6 +41,9 @@ steps:
|
||||
from_secret: tele_token
|
||||
to:
|
||||
from_secret: tele_user
|
||||
depends_on:
|
||||
- docker_php_7.4
|
||||
- docker_php_8.1
|
||||
|
||||
---
|
||||
kind: secret
|
||||
|
@ -199,6 +199,8 @@ RUN set -eux; \
|
||||
|
||||
COPY docker-php-ext-* docker-php-entrypoint /usr/local/bin/
|
||||
|
||||
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)
|
||||
RUN docker-php-ext-enable sodium
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user