Add alpine linux 3.17.1

Signed-off-by: Doncho N. Gunchev <dgunchev@gmail.com>
This commit is contained in:
Doncho N. Gunchev 2023-01-29 00:29:48 +02:00
parent 7598b5f5c3
commit 92784ce64e
Signed by: dgunchev
GPG key ID: D30FD19F37E002A9
2 changed files with 13 additions and 0 deletions

View file

@ -35,6 +35,9 @@ If you need to do any complicated setup in the environment before running `fpm`
* Rocky Linux w/ fpm
* `cdrx/fpm-rockylinux:9`
* Alpine w/ fpm
* `cdrx/fpm-alpine:3.17.1`
The `:latest` tag will always point to the most recent release of the distro.
## Usage

10
alpine/3.17.1/Dockerfile Normal file
View file

@ -0,0 +1,10 @@
FROM alpine:3.17.1
RUN set -x \
&& apk add --update --no-cache ruby-dev gcc make \
&& gem install fpm \
&& mkdir /src
WORKDIR /src/
CMD /usr/local/bin/fpm