Add Dockerfile

still not finished
This commit is contained in:
2024-02-20 12:31:43 +01:00
parent ac93cd675f
commit 4bd6d1a52f
+10
View File
@@ -0,0 +1,10 @@
FROM ubuntu:22.04
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get clean \
&& apt-get update
# && apt-get upgrade -y
RUN apt-get install -y python3 python3-pip
RUN pip3 install -r requirements.txt