Skip to content

Commit

Permalink
Fix OpenCTI-Platform#2507 for connector-import-file-stix
Browse files Browse the repository at this point in the history
Signed-off-by: leitosama <[email protected]>
  • Loading branch information
leitosama committed Aug 24, 2024
1 parent 311e6e3 commit 03945e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal-import-file/import-file-stix/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ RUN apk --no-cache add git build-base libmagic libffi-dev libxml2-dev libxslt-de

# Expose and entrypoint
COPY entrypoint.sh /
RUN chmod +x /entrypoint.sh
RUN chmod +x /entrypoint.sh && chown -R :root /opt/opencti-connector-import-file-stix && chmod -R g+rwX /opt/opencti-connector-import-file-stix
WORKDIR /opt/opencti-connector-import-file-stix
ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit 03945e6

Please sign in to comment.