mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Remove future from Dockerfile
This commit is contained in:
parent
fa97d3f88d
commit
2ce5194156
1 changed files with 1 additions and 2 deletions
|
@ -18,8 +18,7 @@ rm -rf /var/lib/apt/lists/* && \
|
|||
pip install --no-cache-dir --upgrade pip && \
|
||||
pip install --no-cache-dir --upgrade \
|
||||
pycryptodomex \
|
||||
pyopenssl \
|
||||
future && \
|
||||
pyopenssl && \
|
||||
echo ${VERSION} > /app/version.txt && \
|
||||
echo ${BRANCH} > /app/branch.txt
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue