mirror of
https://github.com/sstent/containers.git
synced 2026-01-28 01:52:45 +00:00
5 lines
100 B
Docker
5 lines
100 B
Docker
FROM ubuntu:23.10
|
|
|
|
RUN apt-get update; apt install python3 python3-pip
|
|
ENTRYPOINT ["/usr/bin/bash"]
|