mirror of https://github.com/MISP/misp-docker
parent
beb62e4dcc
commit
9962e14b36
|
@ -41,7 +41,7 @@ FROM php-base AS composer-build
|
|||
&& apt-get autoremove -y && apt-get clean -y && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
WORKDIR /tmp
|
||||
ADD https://raw.githubusercontent.com/MISP/MISP/${CORE_COMMIT:-${CORE_TAG}}/app/composer.json /tmp
|
||||
ADD https://raw.githubusercontent.com/MISP/MISP/refs/heads/2.4/app/composer.json /tmp
|
||||
COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
|
||||
RUN composer config --no-interaction allow-plugins.composer/installers true
|
||||
RUN composer install
|
||||
|
|
Loading…
Reference in New Issue