blob: 450bfec374af2dcdaae8bfa0dbd21d5d628c9da5 [file] [log] [blame]
FROM python:3.12-slim
COPY . /var/lib/rp_reporter/
WORKDIR /var/lib/rp_reporter/
RUN apt-get update \
&& apt-get install -y --no-install-recommends git
RUN pip install --no-cache-dir .