mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-19 12:59:42 -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 pip && \
|
||||||
pip install --no-cache-dir --upgrade \
|
pip install --no-cache-dir --upgrade \
|
||||||
pycryptodomex \
|
pycryptodomex \
|
||||||
pyopenssl \
|
pyopenssl && \
|
||||||
future && \
|
|
||||||
echo ${VERSION} > /app/version.txt && \
|
echo ${VERSION} > /app/version.txt && \
|
||||||
echo ${BRANCH} > /app/branch.txt
|
echo ${BRANCH} > /app/branch.txt
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue