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