Skip to content

Commit

Permalink
Change "python3 -m pip" to "pip3"
Browse files Browse the repository at this point in the history
  • Loading branch information
Sirfanas authored Apr 8, 2020
1 parent c9004f1 commit c7d0a5a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ COPY --chown=user:user . ${SRC_DIR}
# installs buildozer and dependencies
RUN pip3 install --user wheel Cython==0.28.6 ${SRC_DIR}

RUN python3 -m pip install -U pip virtualenv
# Upgrade virtualenv and pip
RUN pip3 install -U pip virtualenv

ENTRYPOINT ["buildozer"]

0 comments on commit c7d0a5a

Please sign in to comment.