Install requests library
This commit is contained in:
parent
3ecb61909f
commit
a36e228fc3
2 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,7 @@ RUN \
|
||||||
alembic \
|
alembic \
|
||||||
"coloredlogs==5.0" \
|
"coloredlogs==5.0" \
|
||||||
youtube-dl \
|
youtube-dl \
|
||||||
&& apk --no-cache del py3-pip
|
requests
|
||||||
|
|
||||||
ARG PUID=1000
|
ARG PUID=1000
|
||||||
ARG PGID=1000
|
ARG PGID=1000
|
||||||
|
|
|
@ -10,3 +10,4 @@ pynacl>=1.2.1
|
||||||
pytz>=2018.3
|
pytz>=2018.3
|
||||||
pyRFC3339>=1.0
|
pyRFC3339>=1.0
|
||||||
youtube-dl
|
youtube-dl
|
||||||
|
requests
|
Reference in a new issue