We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45e4ff7 commit a8b8c6aCopy full SHA for a8b8c6a
opencti-platform/Dockerfile_ga
@@ -3,7 +3,7 @@ FROM node:20-alpine AS app
3
WORKDIR /opt
4
RUN apk add tini python3 py3-pip python3-dev git
5
COPY opencti ./
6
-RUN pip3 install --no-cache-dir --requirement ./dependencies/requirements.txt
+RUN pip3 install --no-cache-dir --requirement --break-system-packages ./dependencies/requirements.txt
7
ENV PYTHONUNBUFFERED=1
8
ENV NODE_OPTIONS=--max_old_space_size=12288
9
ENV NODE_ENV=production
0 commit comments