Skip to content
Snippets Groups Projects
Dockerfile 138 B
Newer Older
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"]