Update rhel8 packages

This commit is contained in:
madzik 2025-06-17 11:26:50 +00:00
parent 93b34d46a9
commit 2012f6a7bc

View File

@ -8,7 +8,8 @@ RUN yum update -y && yum install -y gcc \
rpm-build \ rpm-build \
openssh-server \ openssh-server \
gcc-c++ \ gcc-c++ \
wget wget\
RUN wget https://yum.oracle.com/repo/OracleLinux/OL8/baseos/latest/x86_64/getPackage/pam-devel-1.3.1-34.0.1.el8_10.x86_64.rpm pam
RUN wget ftp://ftp.icm.edu.pl/vol/rzm5/linux-rocky/8.10/BaseOS/x86_64/os/Packages/p/pam-devel-1.3.1-36.el8_10.x86_64.rpm
RUN rpm -Uvh pam* RUN rpm -Uvh pam*