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 0878c68 commit 55198deCopy full SHA for 55198de
docker/Dockerfile.user
@@ -29,7 +29,7 @@ ENV DEBIAN_FRONTEND=noninteractive \
29
30
# Install system dependencies and uv (as root)
31
RUN apt-get update && apt-get install -y --no-install-recommends \
32
- build-essential git curl libglib2.0-0 libegl1-mesa ffmpeg \
+ build-essential git curl libglib2.0-0 libegl1-mesa-dev ffmpeg \
33
libusb-1.0-0-dev speech-dispatcher libgeos-dev portaudio19-dev \
34
&& curl -LsSf https://astral.sh/uv/install.sh | sh \
35
&& mv /root/.local/bin/uv /usr/local/bin/uv \
0 commit comments