Skip to content

Commit

Permalink
Add dotenv dependency to the build image (#1467)
Browse files Browse the repository at this point in the history
  • Loading branch information
adejanovski committed Feb 14, 2024
1 parent e1d36ac commit c290720
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/packaging/docker-build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ RUN apt-get update \
rpm \
ruby-dev \
&& mvn --version \
&& gem install dotenv -v 2.8.1 \
&& gem install fpm \
&& npm install -g bower

Expand Down

0 comments on commit c290720

Please sign in to comment.