mirror of
https://github.com/sstent/containers.git
synced 2025-12-05 23:51:51 +00:00
add ubuntu with python3
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
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"]
|
||||
|
||||
Reference in New Issue
Block a user