From 5fa07a0c24ec2fe43a3ffd2fb3fa937dd8098fda Mon Sep 17 00:00:00 2001 From: Evan Harvey Date: Tue, 19 Mar 2024 17:26:50 -0600 Subject: [PATCH] Dockerfile: List licenses --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 42076cfc9..301c7556c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,5 +40,7 @@ RUN tar -xf ffmpeg-*-amd64-static.tar.xz && \ ENV PYTHONPATH=/code COPY requirements.txt /code/ -RUN python3 -m pip install -r requirements.txt +RUN python3 -m pip install -r requirements.txt && \ + python3 -m pip install pip-licenses && \ + pip-licenses ENV PATH=$HOME/.local/bin:$PATH \ No newline at end of file