KASM-6852 fix 41

This commit is contained in:
ryan.kuba 2025-01-21 15:20:01 -05:00
parent 4290a9e73c
commit ed5592ed6b
No known key found for this signature in database

View File

@ -7,8 +7,9 @@ ENV XORG_VER 21.1.15
RUN \
echo "**** install build deps ****" && \
dnf group install -y \
"C Development Tools and Libraries" \
"Development Tools" && \
c-development \
development-tools \
development-libs && \
dnf install -y \
autoconf \
automake \