Skip to content

Commit

Permalink
Dockerfile: List licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
e10harvey committed Mar 19, 2024
1 parent 5df4d2c commit 5fa07a0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5fa07a0

Please sign in to comment.