diff --git a/Dockerfile b/Dockerfile index 5f1ec843a..f5413d14e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # # Build with: # docker build --tag=kivy/buildozer . -# +# # In order to give the container access to your current working directory # it must be mounted using the --volume option. # Run with (e.g. `buildozer --version`): @@ -75,6 +75,6 @@ WORKDIR ${WORK_DIR} COPY --chown=user:user . ${SRC_DIR} # installs buildozer and dependencies -RUN pip3 install --user --upgrade Cython==0.28.6 wheel pip virtualenv ${SRC_DIR} +RUN pip3 install --user --upgrade Cython==0.28.6 wheel pip virtualenv toml pep517 colorama jinja2 ${SRC_DIR} ENTRYPOINT ["buildozer"]