Skip to content

Commit a8b8c6a

Browse files
committed
force not using virtualenv
1 parent 45e4ff7 commit a8b8c6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opencti-platform/Dockerfile_ga

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM node:20-alpine AS app
33
WORKDIR /opt
44
RUN apk add tini python3 py3-pip python3-dev git
55
COPY opencti ./
6-
RUN pip3 install --no-cache-dir --requirement ./dependencies/requirements.txt
6+
RUN pip3 install --no-cache-dir --requirement --break-system-packages ./dependencies/requirements.txt
77
ENV PYTHONUNBUFFERED=1
88
ENV NODE_OPTIONS=--max_old_space_size=12288
99
ENV NODE_ENV=production

0 commit comments

Comments
 (0)