Skip to content

Commit

Permalink
Merge branch 'update-docker-u24' into renovate/ubuntu-24.x
Browse files Browse the repository at this point in the history
  • Loading branch information
ofaurax committed May 16, 2024
2 parents 9573a98 + 72ca61a commit acfac3e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@ RUN apt-get update && apt-get install -y alien && \
COPY ./ /opt/packet-hardware/
# Install packet-hardware
RUN apt update && \
apt install -y git python3 && \
curl https://bootstrap.pypa.io/pip/3.5/get-pip.py | python3 && \
apt install -y git python3 python3-pip && \
pip3 install --no-cache-dir /opt/packet-hardware && \
apt clean -qy && \
rm -rf /var/lib/apt/lists/* && \
Expand Down

0 comments on commit acfac3e

Please sign in to comment.