Skip to content

Commit

Permalink
chore: adding break system packages for pip
Browse files Browse the repository at this point in the history
  • Loading branch information
amunchet committed Nov 7, 2024
1 parent ca3a4a0 commit 532eaa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN echo 'deb [signed-by=/etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg] h
RUN apt update && apt -y install telegraf

COPY requirements.txt /requirements.txt
RUN pip3 install -r /requirements.txt
RUN pip3 install -r /requirements.txt --break-system-packages

ADD entrypoint.sh /
RUN dos2unix -n /entrypoint.sh /entrypoint-fixed.sh
Expand Down

0 comments on commit 532eaa6

Please sign in to comment.