Remove future from Dockerfile

This commit is contained in:
JonnyWong16 2020-03-23 18:46:54 -07:00
commit 2ce5194156

View file

@ -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