Skip to content

Commit 37d27b3

Browse files
authored
Merge pull request #8 from go-graphite/deniszh/fix-rockylinux-9
Fixing lsb_release in RockyLinux 9
2 parents faa215c + f56b935 commit 37d27b3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docker/rockylinux-9/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@ RUN ssh-keygen -f /etc/ssh/ssh_host_ed25519_key -N '' -t ed25519
1111

1212
RUN yum upgrade -y
1313
RUN yum install -y git openssh cairo-devel wget
14-
# redhat-lsb-core
1514
RUN yum groupinstall -y 'Development Tools'
15+
# 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
1618

1719
# Install Go and other deps
1820
RUN wget -q -O/tmp/go.tar.gz https://go.dev/dl/go1.23.2.linux-amd64.tar.gz

0 commit comments

Comments
 (0)