chore(rust): remove unused Dockerfile-rpm (#9624)

This commit is contained in:
Thomas Eizinger
2025-06-22 21:29:18 +02:00
committed by GitHub
parent 3029e00355
commit 94651093cb

View File

@@ -1,8 +0,0 @@
# Dockerfile for building RPM packages for CentOS
# CentOS Stream 9
FROM quay.io/centos/centos:stream9
RUN yum install -y rpm-build systemd-rpm-macros && yum clean all
RUN mkdir -p /root/rpmbuild
WORKDIR /root/rpmbuild