Put change in a single line
Co-Authored-By: Andre Miras <AndreMiras@users.noreply.github.com>
This commit is contained in:
parent
c7d0a5a7c3
commit
05f0024b26
1 changed files with 1 additions and 4 deletions
|
@ -75,9 +75,6 @@ WORKDIR ${WORK_DIR}
|
||||||
COPY --chown=user:user . ${SRC_DIR}
|
COPY --chown=user:user . ${SRC_DIR}
|
||||||
|
|
||||||
# installs buildozer and dependencies
|
# installs buildozer and dependencies
|
||||||
RUN pip3 install --user wheel Cython==0.28.6 ${SRC_DIR}
|
RUN pip3 install --user --upgrade Cython==0.28.6 wheel pip virtualenv ${SRC_DIR}
|
||||||
|
|
||||||
# Upgrade virtualenv and pip
|
|
||||||
RUN pip3 install -U pip virtualenv
|
|
||||||
|
|
||||||
ENTRYPOINT ["buildozer"]
|
ENTRYPOINT ["buildozer"]
|
||||||
|
|
Loading…
Reference in a new issue