File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
13
13
sed gawk grep curl wget zip unzip \
14
14
tcpdump sysstat screen tmux \
15
15
libglib2.0-0 libgl1-mesa-glx libegl1-mesa \
16
- speech-dispatcher \
16
+ speech-dispatcher portaudio19-dev \
17
17
python${PYTHON_VERSION} python${PYTHON_VERSION}-venv \
18
18
&& apt-get clean && rm -rf /var/lib/apt/lists/*
19
19
@@ -58,7 +58,7 @@ RUN (type -p wget >/dev/null || (apt update && apt-get install wget -y)) \
58
58
RUN ln -s /usr/bin/python3 /usr/bin/python
59
59
60
60
# Install poetry
61
- RUN curl -sSL https://install.python-poetry.org | python -
61
+ RUN curl -sSL https://install.python-poetry.org | python - --version 1.8.5
62
62
ENV PATH="/root/.local/bin:$PATH"
63
63
RUN echo 'if [ "$HOME" != "/root" ]; then ln -sf /root/.local/bin/poetry $HOME/.local/bin/poetry; fi' >> /root/.bashrc
64
64
RUN poetry config virtualenvs.create false
You can’t perform that action at this time.
0 commit comments