diff --git a/Dockerfile b/Dockerfile index 7791a4b..05a053c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:16.04 +FROM ubuntu:24.04 ENV DEBIAN_FRONTEND=noninteractive ENV LANG=C.UTF-8 @@ -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/* && \