FROM debian:12

EXPOSE 8006/tcp

RUN apt-get -y update
RUN apt-get -y install python3 python-is-python3 python3-pip python3-poetry
