Skip to content

Commit ab17900

Browse files
authored
ci: install missing dependency to build image (#391)
1 parent 3ae73ba commit ab17900

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dockerfiles/Dockerfile.fpm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ FROM ubuntu:focal
33
RUN DEBIAN_FRONTEND=noninteractive apt-get update \
44
&& DEBIAN_FRONTEND=noninteractive apt-get install -y git \
55
&& DEBIAN_FRONTEND=noninteractive apt-get install -y ruby ruby-dev rubygems build-essential rpm \
6+
&& gem install dotenv -v 2.8.1 \
67
&& gem install fpm \
78
&& fpm --version
89

0 commit comments

Comments
 (0)