Skip to content

Commit

Permalink
add missing libs
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Sep 29, 2023
1 parent 73792ab commit 640b855
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions buildscripts/docker/Dockerfile.ubuntu_lts
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,12 @@ RUN apt-get update && \
libbrotli-dev \
opencl-c-headers \
nvidia-opencl-dev \
&& \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

RUN apt-get -y --force-yes install \
libzstd1 \
libzstd-dev \
libdav1d-dev \
libmfx-dev

RUN mkdir -p /src/tox && \
cd /src/tox && \
Expand Down

0 comments on commit 640b855

Please sign in to comment.