Skip to content

Commit

Permalink
add silly --break-system-packages pif flag required by modern py
Browse files Browse the repository at this point in the history
  • Loading branch information
umputun committed Apr 1, 2024
1 parent 3e9c4bd commit be8d2fe
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 @@ -27,7 +27,7 @@ RUN \
chown -R app:app /srv && \
chmod +x /srv/feed-master
RUN apk --no-cache add ca-certificates ffmpeg python3 py3-pip
RUN pip3 install --no-cache-dir --no-deps -U yt-dlp
RUN pip3 install --break-system-packages --no-cache-dir --no-deps -U yt-dlp
WORKDIR /srv

CMD ["/srv/feed-master"]
Expand Down

0 comments on commit be8d2fe

Please sign in to comment.