Skip to content

Commit

Permalink
fix: explicit path update for yt-dlp
Browse files Browse the repository at this point in the history
  • Loading branch information
papey committed Sep 8, 2024
1 parent e592b19 commit 5a8e234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ USER o2m
# Install latest yt-dlp from github
RUN pipx install yt-dlp

ENV PATH="${HOME}/.local/bin:${PATH}"
ENV PATH="/home/o2m/.local/bin:${PATH}"

# default arg
CMD ["start"]
Expand Down

0 comments on commit 5a8e234

Please sign in to comment.