mirror of
https://github.com/sstent/containers.git
synced 2026-01-25 16:41:51 +00:00
add ubuntu with python3
This commit is contained in:
4
ubuntu-python3/Dockerfile
Normal file
4
ubuntu-python3/Dockerfile
Normal file
@@ -0,0 +1,4 @@
|
||||
FROM ubuntu:23.10
|
||||
|
||||
RUN apt-get update; apt install python3 python3-pip
|
||||
ENTRYPOINT ["/usr/bin/bash"]
|
||||
Reference in New Issue
Block a user