[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:
parent
cc3a36e66a
commit
609bec8aaf
1 changed files with 0 additions and 1 deletions
|
|
@ -53,7 +53,6 @@ RUN mkdir -pv "${DEFAULT_WORKSPACE}" && \
|
||||||
g++ \
|
g++ \
|
||||||
make \
|
make \
|
||||||
libffi-dev \
|
libffi-dev \
|
||||||
py3-pip \
|
|
||||||
py3-setuptools
|
py3-setuptools
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue