diff --git a/Dockerfile b/Dockerfile index 074c48c68fb63c62e25ca7b56b8458e5ac5f39a1..a191fec3f195e7184e9c8e42e40e33c439586b92 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,14 +1,11 @@ -FROM debian:stretch +FROM debian:bullseye # Python Packages -RUN apt-get update && apt-get install -y \ - python3 \ +RUN apt-get update && apt-get install -y \ + python3 \ python3-pip -# Upgrade pip -RUN pip3 install --upgrade pip - # pip Packages RUN pip3 install \ flask==1.0.2 \