build(docker): update dependencies (#1193)

This commit is contained in:
ReenigneArcher
2023-04-17 10:56:51 -04:00
committed by GitHub
parent f51876893e
commit 820a20dc70
3 changed files with 18 additions and 18 deletions

View File

@@ -31,15 +31,15 @@ dnf -y update
dnf -y group install "Development Tools"
dnf -y install \
boost-devel-1.76.0* \
cmake-3.22.2* \
gcc-12.0.1* \
gcc-c++-12.0.1* \
cmake-3.25.2* \
gcc-12.2.1* \
gcc-c++-12.2.1* \
git-2.39.2* \
libappindicator-gtk3-devel-12.10.0* \
libcap-devel-2.48* \
libcurl-devel-7.82.0* \
libdrm-devel-2.4.110* \
libevdev-devel-1.12.0* \
libdrm-devel-2.4.114* \
libevdev-devel-1.13.0* \
libva-devel-2.14.0* \
libvdpau-devel-1.5* \
libX11-devel-1.7.3* \
@@ -50,13 +50,13 @@ dnf -y install \
libXinerama-devel-1.1.4* \
libXrandr-devel-1.5.2* \
libXtst-devel-1.2.3* \
mesa-libGL-devel-22.0.1* \
npm-8.3.1* \
mesa-libGL-devel-22.1.7* \
npm-8.19.2* \
numactl-devel-2.0.14* \
openssl-devel-3.0.2* \
openssl-devel-3.0.8* \
opus-devel-1.3.1* \
pulseaudio-libs-devel-15.0* \
rpm-build-4.17.0* \
rpm-build-4.17.1* \
wget-1.21.3* \
which-2.21*
if [[ "${TARGETPLATFORM}" == 'linux/amd64' ]]; then