add ubuntu with python3

This commit is contained in:
2023-11-20 13:41:12 +00:00
parent 1235318536
commit 85ff6811e2
2 changed files with 45 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
FROM ubuntu:23.10
RUN apt-get update; apt install python3 python3-pip
ENTRYPOINT ["/usr/bin/bash"]