add ubuntu with python3

This commit is contained in:
2023-11-20 13:45:15 +00:00
parent 43883ee005
commit 664b6d4a5b

View File

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