Skip to content

Commit

Permalink
Try to override restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
ofaurax committed May 16, 2024
1 parent e0ebdd7 commit 84742ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ COPY ./ /opt/packet-hardware/
# Install packet-hardware
RUN apt update && \
apt install -y git python3 python3-pip
RUN pip3 install --no-cache-dir /opt/packet-hardware
RUN pip3 install --no-cache-dir --break-system-packages /opt/packet-hardware
RUN apt clean -qy && \
rm -rf /var/lib/apt/lists/* && \
rm -rf /opt/packet-hardware
Expand Down

0 comments on commit 84742ea

Please sign in to comment.