This commit is contained in:
+9
-3
@@ -1,7 +1,13 @@
|
|||||||
FROM ruby:2
|
FROM debian:bookworm
|
||||||
|
|
||||||
RUN apk --no-cache add build-base rpm tar zip
|
RUN apt-get update \
|
||||||
RUN gem install --no-document fpm -v 1.11.0
|
&& apt-get install -y \
|
||||||
|
ruby \
|
||||||
|
build-essential \
|
||||||
|
rpm \
|
||||||
|
tar \
|
||||||
|
zip \
|
||||||
|
&& gem install --no-document fpm -v 1.15.1
|
||||||
|
|
||||||
COPY entrypoint.sh /entrypoint.sh
|
COPY entrypoint.sh /entrypoint.sh
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -2,4 +2,4 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
FPMOPTS="${INPUT_FPM_OPTS}" fpm $@
|
fpm $@
|
||||||
|
|||||||
Reference in New Issue
Block a user