FROM python:3.12
LABEL authors="Dmitry Gnatyshak"

COPY rabbitmq-install.sh /src/
RUN sh /src/rabbitmq-install.sh
