mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-26 19:45:01 +01:00
Add all deps
This commit is contained in:
parent
3ed0b6c5c1
commit
2ede60bd42
@ -96,6 +96,10 @@ RUN set -eux; \
|
||||
openssl-dev \
|
||||
readline-dev \
|
||||
sqlite-dev \
|
||||
libffi-dev \
|
||||
gmp-dev \
|
||||
icu-dev \
|
||||
libzip-dev \
|
||||
; \
|
||||
\
|
||||
# make sure musl's iconv doesn't get used (https://www.php.net/manual/en/intro.iconv.php)
|
||||
|
@ -5,6 +5,8 @@ display_startup_errors = On
|
||||
|
||||
ffi.enable=true
|
||||
|
||||
zend_extension=opcache
|
||||
|
||||
[opcache]
|
||||
opcache.memory_consumption=256M
|
||||
opcache.enable=1
|
||||
|
Loading…
Reference in New Issue
Block a user