Skip to content

Commit

Permalink
Update Dockerfile to include PYTHONPATH environment variable for yt-d…
Browse files Browse the repository at this point in the history
…lp build
  • Loading branch information
svemat01 committed Jan 22, 2025
1 parent 7fdba41 commit 0aadeff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ COPY --chmod=755 builder.sh /builder.sh
# Pass build arguments to the builder script
ENV CHANNEL=${CHANNEL} \
ORIGIN=${ORIGIN} \
VERSION=${VERSION}
VERSION=${VERSION} \
PYTHONPATH=/yt-dlp

WORKDIR /yt-dlp

Expand Down

0 comments on commit 0aadeff

Please sign in to comment.