Skip to content
Snippets Groups Projects
Commit d336f1fa authored by Christian Elberfeld's avatar Christian Elberfeld
Browse files

upgrade base image

parent b84d10e8
No related branches found
No related tags found
No related merge requests found
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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment