mirror of https://github.com/MISP/misp-docker
Remove commands that already exist in composer.json
parent
1c464f06b0
commit
495e1f5c5d
|
@ -78,9 +78,7 @@ ARG VERSION=2.4.118
|
|||
# Once done, install CakeResque along with its dependencies if you intend to use the built in background jobs:
|
||||
COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
|
||||
WORKDIR /var/www/MISP/app
|
||||
RUN composer require kamisama/cake-resque:4.1.2 \
|
||||
;composer config vendor-dir Vendor \
|
||||
;composer install \
|
||||
RUN composer install \
|
||||
# Enable CakeResque with php-redis
|
||||
;phpenmod redis \
|
||||
# Enable CakeResque with php-gnupgp
|
||||
|
|
Loading…
Reference in New Issue