Skip to content

Commit

Permalink
Put change in a single line
Browse files Browse the repository at this point in the history
Co-Authored-By: Andre Miras <[email protected]>
  • Loading branch information
Sirfanas and AndreMiras authored Apr 8, 2020
1 parent c7d0a5a commit 05f0024
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit 05f0024

Please sign in to comment.