Briar
9 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
1 deletions
-
latest/Dockerfile
|
|
@ -53,7 +53,8 @@ RUN apt-get install -y \ |
|
|
libva-dev \ |
|
|
libva-dev \ |
|
|
libssl-dev \ |
|
|
libssl-dev \ |
|
|
autoconf \ |
|
|
autoconf \ |
|
|
libtool |
|
|
|
|
|
|
|
|
libtool \ |
|
|
|
|
|
patchelf |
|
|
|
|
|
|
|
|
# Create Clang symlinks |
|
|
# Create Clang symlinks |
|
|
RUN ln -s /usr/bin/clang-19 /usr/bin/clang |
|
|
RUN ln -s /usr/bin/clang-19 /usr/bin/clang |
|
|
|