mirror of
https://github.com/sstent/containers.git
synced 2025-12-06 08:01:51 +00:00
5 lines
103 B
Docker
5 lines
103 B
Docker
FROM ubuntu:23.10
|
|
|
|
RUN apt-get update; apt install -y python3 python3-pip
|
|
ENTRYPOINT ["/usr/bin/bash"]
|