From 5b2361193e3750423c1f02b8df7d32716e21cbd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bob=20Dr=C3=B6ge?= Date: Tue, 29 Sep 2020 18:00:23 +0200 Subject: [PATCH] Add rpm package (for rpmbuild) --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 3f3fe2e..40ece0b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,7 @@ LABEL "com.github.actions.icon"="package" LABEL "com.github.actions.color"="green" RUN apk --no-cache add build-base +RUN apk --no-cache add rpm RUN apk --no-cache add tar RUN apk --no-cache add zip RUN gem install --no-document fpm -v 1.11.0