We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ae73ba commit ab17900Copy full SHA for ab17900
dockerfiles/Dockerfile.fpm
@@ -3,6 +3,7 @@ FROM ubuntu:focal
3
RUN DEBIAN_FRONTEND=noninteractive apt-get update \
4
&& DEBIAN_FRONTEND=noninteractive apt-get install -y git \
5
&& DEBIAN_FRONTEND=noninteractive apt-get install -y ruby ruby-dev rubygems build-essential rpm \
6
+ && gem install dotenv -v 2.8.1 \
7
&& gem install fpm \
8
&& fpm --version
9
0 commit comments