Merge pull request #713 from varmakarthik12/712

fix #712, Fix nvidia based docker build
This commit is contained in:
jb-alvarado 2024-08-14 21:11:04 +02:00 committed by GitHub
commit 96efb09783
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,7 +25,7 @@ RUN dnf clean all -y && \
RUN dnf install -y which sqlite libstdc++-static libtool autoconf clang \
cmake ninja-build cargo ragel meson git pkgconfig bzip2 \
python3-devel gperf perl glibc-static binutils-devel \
nasm rsync
nasm rsync wget
WORKDIR /tmp