mirror of https://github.com/MISP/misp-docker
Add ssdeep extension ini files
parent
7998d3e368
commit
1c80986c66
|
@ -107,7 +107,8 @@ ARG PHP_VER
|
|||
COPY --from=php-build /usr/lib/php/${PHP_VER}/ssdeep.so /usr/lib/php/${PHP_VER}/ssdeep.so
|
||||
COPY --from=composer-build /tmp/Vendor /var/www/MISP/app/Vendor
|
||||
COPY --from=composer-build /tmp/Plugin /var/www/MISP/app/Plugin
|
||||
RUN phpenmod redis \
|
||||
RUN for dir in /etc/php/*; do echo "extension=ssdeep.so" > $dir/mods-available/ssdeep.ini; done \
|
||||
;phpenmod redis \
|
||||
# Enable CakeResque with php-gnupgp
|
||||
;phpenmod gnupg \
|
||||
# Enable ssdeep we build earlier
|
||||
|
|
Loading…
Reference in New Issue