Skip to content

Commit

Permalink
Bump misp-modules and backport fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ostefano committed Jul 19, 2024
1 parent 0b5dd32 commit 130a6ba
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 3,485 deletions.
1 change: 1 addition & 0 deletions core/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ FROM php-base

# Do an early chown to limit image size
COPY --from=python-build --chown=www-data:www-data --chmod=0550 /var/www/MISP /var/www/MISP
COPY --from=composer-build --chown=www-data:www-data --chmod=0550 /tmp/composer.lock /var/www/MISP/app/composer.lock
COPY --from=composer-build --chown=www-data:www-data --chmod=0550 /tmp/Vendor /var/www/MISP/app/Vendor
COPY --from=composer-build --chown=www-data:www-data --chmod=0550 /tmp/Plugin /var/www/MISP/app/Plugin

Expand Down
2 changes: 0 additions & 2 deletions modules/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ EOF

WORKDIR /srv/misp-modules
RUN pip install pipenv
COPY files/Pipfile Pipfile
COPY files/Pipfile.lock Pipfile.lock
RUN pipenv requirements > requirements.txt
RUN pip wheel -r requirements.txt --no-cache-dir -w /wheels/

Expand Down
86 changes: 0 additions & 86 deletions modules/files/Pipfile

This file was deleted.

Loading

0 comments on commit 130a6ba

Please sign in to comment.