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

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