Skip to content

Commit

Permalink
Debug pip3 command
Browse files Browse the repository at this point in the history
  • Loading branch information
ofaurax committed May 16, 2024
1 parent acfac3e commit e0ebdd7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ RUN apt-get update && apt-get install -y alien && \
COPY ./ /opt/packet-hardware/
# Install packet-hardware
RUN apt update && \
apt install -y git python3 python3-pip && \
pip3 install --no-cache-dir /opt/packet-hardware && \
apt clean -qy && \
apt install -y git python3 python3-pip
RUN pip3 install --no-cache-dir /opt/packet-hardware
RUN apt clean -qy && \
rm -rf /var/lib/apt/lists/* && \
rm -rf /opt/packet-hardware

Expand Down

0 comments on commit e0ebdd7

Please sign in to comment.