Skip to content

Commit

Permalink
build(server): allow breaking system packages
Browse files Browse the repository at this point in the history
We're in a container, we're fine
  • Loading branch information
ericswpark committed Apr 29, 2024
1 parent 12db373 commit 8257509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ COPY requirements.txt requirements.txt
ENV PIP_NO_WARN_ABOUT_ROOT_USER=0

# Install Python dependencies
RUN pip3 install --no-cache-dir -r requirements.txt
RUN pip3 install --no-cache-dir --break-system-packages -r requirements.txt

# Make Python dependencies available in PATH
ENV PATH="${HOME}/.local/bin:${PATH}"
Expand Down

0 comments on commit 8257509

Please sign in to comment.