Put change in a single line

Co-Authored-By: Andre Miras <AndreMiras@users.noreply.github.com>
This commit is contained in:
Romain Fauquet 2020-04-08 20:58:00 +02:00 committed by GitHub
parent c7d0a5a7c3
commit 05f0024b26
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -75,9 +75,6 @@ WORKDIR ${WORK_DIR}
COPY --chown=user:user . ${SRC_DIR}
# installs buildozer and dependencies
RUN pip3 install --user wheel Cython==0.28.6 ${SRC_DIR}
# Upgrade virtualenv and pip
RUN pip3 install -U pip virtualenv
RUN pip3 install --user --upgrade Cython==0.28.6 wheel pip virtualenv ${SRC_DIR}
ENTRYPOINT ["buildozer"]