[DOCKER] Do not remove pip for headless image (#1347)

Closes https://github.com/jmbannon/ytdl-sub/issues/1346

Keeps pip in the image to be able to update yt-dlp
This commit is contained in:
Jesse Bannon 2025-09-27 15:11:56 -07:00 committed by GitHub
parent cc3a36e66a
commit 609bec8aaf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -53,7 +53,6 @@ RUN mkdir -pv "${DEFAULT_WORKSPACE}" && \
g++ \
make \
libffi-dev \
py3-pip \
py3-setuptools
###############################################################################