Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
firefart authored Nov 12, 2024
1 parent 88f724e commit bfa71eb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,9 @@ RUN cpanm --no-man-pages install LWP::Protocol::https
# as they constanly fail with timeouts and thus break
# the build
# Also install CSS::Inliner so users can use $EmailDashboardInlineCSS
RUN cpanm --no-man-pages -n install Server::Starter CSS::Inliner
RUN cpanm --no-man-pages -n install Server::Starter CSS::Inliner \
# https://github.com/simonwistow/Module-Pluggable/issues/27
Module::Pluggable

# Install dependencies
RUN make -C /src/rt fixdeps \
Expand Down

0 comments on commit bfa71eb

Please sign in to comment.