build action image with debian
Some checks failed
Docker Build / docker-build (push) Failing after 12s
Some checks failed
Docker Build / docker-build (push) Failing after 12s
This commit is contained in:
parent
fbefcd91b4
commit
ee902eabd5
@ -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
|
||||||
|
|
||||||
|
|||||||
@ -2,4 +2,4 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
FPMOPTS="${INPUT_FPM_OPTS}" fpm $@
|
fpm $@
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user