Fix virtual env for python 3
This commit is contained in:
parent
cceab3c2ce
commit
c9004f1d77
1 changed files with 3 additions and 1 deletions
|
@ -75,6 +75,8 @@ 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 Cython==0.28.6 ${SRC_DIR}
|
RUN pip3 install --user wheel Cython==0.28.6 ${SRC_DIR}
|
||||||
|
|
||||||
|
RUN python3 -m pip install -U pip virtualenv
|
||||||
|
|
||||||
ENTRYPOINT ["buildozer"]
|
ENTRYPOINT ["buildozer"]
|
||||||
|
|
Loading…
Reference in a new issue