We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents faa215c + f56b935 commit 37d27b3Copy full SHA for 37d27b3
docker/rockylinux-9/Dockerfile
@@ -11,8 +11,10 @@ RUN ssh-keygen -f /etc/ssh/ssh_host_ed25519_key -N '' -t ed25519
11
12
RUN yum upgrade -y
13
RUN yum install -y git openssh cairo-devel wget
14
-# redhat-lsb-core
15
RUN yum groupinstall -y 'Development Tools'
+# lsb_release is in EPEL
16
+RUN dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm
17
+RUN dnf install -y lsb_release
18
19
# Install Go and other deps
20
RUN wget -q -O/tmp/go.tar.gz https://go.dev/dl/go1.23.2.linux-amd64.tar.gz
0 commit comments