Skip to content

Commit

Permalink
[import-external-reference] Add lib to use with playwright (#2848)
Browse files Browse the repository at this point in the history
  • Loading branch information
helene-nguyen authored Oct 28, 2024
1 parent 0ea1584 commit b91853d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal-enrichment/import-external-reference/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ COPY src /opt/opencti-connector-import-external-reference
# Install Python modules
# hadolint ignore=DL3003
RUN apk update && apk upgrade && \
apk --no-cache add git build-base libmagic libffi-dev libxml2-dev libxslt-dev cargo && \
apk --no-cache add git build-base libmagic libffi-dev libxml2-dev libxslt-dev cargo libsm-dev libxrender libxext-dev && \
cd /opt/opencti-connector-import-external-reference && \
pip3 install --no-cache-dir -r requirements.txt && \
playwright install && \
playwright install --with-deps && \
apk del git build-base

# Expose and entrypoint
Expand Down

0 comments on commit b91853d

Please sign in to comment.