From 2238a2ce8ba4fd9d4addac9d5fcacd85e6f3f86f Mon Sep 17 00:00:00 2001 From: Ben Radey Date: Sun, 9 Nov 2025 07:01:51 -0500 Subject: [PATCH] Minor tweaks to server image --- supermicro-x10drh/Containerfile | 7 ------- 1 file changed, 7 deletions(-) diff --git a/supermicro-x10drh/Containerfile b/supermicro-x10drh/Containerfile index 063818b..5251ed8 100644 --- a/supermicro-x10drh/Containerfile +++ b/supermicro-x10drh/Containerfile @@ -25,17 +25,11 @@ RUN dnf install -y \ # cleanup and verification stage dnf clean all -# TODO: Remove the following line once this bug is fixed: https://github.com/coreos/rpm-ostree/issues/4201 -RUN test -f /usr/bin/ld || ln -s /usr/bin/ld.bfd /usr/bin/ld - # Install zfs RUN dnf install -y zfs && \ dkms autoinstall -k $(rpm -qa kernel --queryformat '%{VERSION}-%{RELEASE}.%{ARCH}') \ && dnf clean all -# TODO: Remove the following line once this bug is fixed: https://github.com/coreos/rpm-ostree/issues/4201 -RUN test -h /usr/bin/ld && rm -v /usr/bin/ld - # Install zrepl repository COPY zrepl.asc /var/roothome/zrepl.asc RUN rpm --import /var/roothome/zrepl.asc @@ -87,4 +81,3 @@ RUN rm -rf /var && mkdir /var && \ # Verify image is good RUN bootc container lint --fatal-warnings --skip baseimage-composefs -