Unverified Commit a9df12ab authored by Sayak Paul's avatar Sayak Paul Committed by GitHub
Browse files

Update Dockerfile to include zip wget for doc-builder (#12451)

parent a519272d
...@@ -13,7 +13,9 @@ RUN apt-get -y update && apt-get install -y bash \ ...@@ -13,7 +13,9 @@ RUN apt-get -y update && apt-get install -y bash \
ca-certificates \ ca-certificates \
libglib2.0-0 \ libglib2.0-0 \
libsndfile1-dev \ libsndfile1-dev \
libgl1 libgl1 \
zip \
wget
ENV UV_PYTHON=/usr/local/bin/python ENV UV_PYTHON=/usr/local/bin/python
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment