Skip to content

Commit

Permalink
Update Docker base image to Alpine 3.12
Browse files Browse the repository at this point in the history
Closes #1534
  • Loading branch information
CameronNemo authored and jordansissel committed Jan 19, 2021
1 parent b1e956e commit 945ba5b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@
#
# To run this Docker container interactively: docker run -it fpm
#
FROM alpine:3.7
FROM alpine:3.12

RUN apk add --no-cache \
ruby \
ruby-dev \
ruby-etc \
gcc \
libffi-dev \
make \
libc-dev \
rpm \
&& gem install --no-ri --no-rdoc fpm
&& gem install --no-document fpm

0 comments on commit 945ba5b

Please sign in to comment.