Skip to content

Commit

Permalink
Merge branch 'master' of github.com:OpenCTI-Platform/connectors
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Hassine committed Mar 23, 2022
2 parents 9814eaa + 07aee06 commit 9feacd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal-export-file/export-report-pdf/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ COPY src /opt/opencti-connector-export-report-pdf
# hadolint ignore=DL3003
RUN apk --no-cache add git build-base libmagic libffi-dev zlib-dev tiff-dev jpeg-dev openjpeg-dev zlib-dev \
freetype-dev lcms2-dev libwebp-dev tcl-dev tk-dev harfbuzz-dev fribidi-dev libimagequant-dev \
libxcb-dev libpng-dev pango weasyprint && \
libxcb-dev libpng-dev cairo-dev pango weasyprint && \
cd /opt/opencti-connector-export-report-pdf && \
pip3 install --no-cache-dir -r requirements.txt && \
apk del git build-base

# Expose and entrypoint
COPY entrypoint.sh /
RUN chmod +x /entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit 9feacd9

Please sign in to comment.