Tidy up a bit
This commit is contained in:
14
docker/Dockerfile-rpm
Normal file
14
docker/Dockerfile-rpm
Normal file
@@ -0,0 +1,14 @@
|
||||
# Dockerfile.rpm
|
||||
|
||||
ARG DISTRO=rockylinux
|
||||
ARG RELEASE=9
|
||||
|
||||
FROM ${DISTRO}:${RELEASE}
|
||||
|
||||
RUN dnf install -y \
|
||||
rpm-build \
|
||||
make \
|
||||
&& dnf clean all
|
||||
|
||||
WORKDIR /src
|
||||
CMD ["make", "package-rpm"]
|
||||
Reference in New Issue
Block a user