FROM debian:12.5-slim
RUN apt update -y
RUN apt install -y python3 python3-pip python3-venv
RUN mkdir /startup
CMD ["/scripts/startup.sh"]