We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 024b45d commit a32650cCopy full SHA for a32650c
1 file changed
Dockerfile
@@ -20,9 +20,8 @@ RUN apt-get update \
20
&& apt-get -y install sudo python3-pip python3-evdev \
21
&& apt-get clean && rm -rf /var/lib/apt/lists/* \
22
&& python3 -m venv ${VENV_HOME} \
23
- && ${VENV_HOME}/bin/pip install --upgrade pip \
+ && ${VENV_HOME}/bin/pip install --upgrade pip setuptools \
24
&& ${VENV_HOME}/bin/pip install "poetry==${POETRY_VERSION}" \
25
- && ${VENV_HOME}/bin/pip install "setuptools" \
26
&& ${VENV_HOME}/bin/poetry check \
27
&& POETRY_VIRTUALENVS_CREATE=false ${VENV_HOME}/bin/poetry install --no-interaction --no-cache --only main \
28
&& ${VENV_HOME}/bin/pip uninstall -y poetry
0 commit comments