Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
firefart committed Sep 5, 2024
1 parent 90dfe5d commit 250265e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@ RUN cd /src/rt \
&& ./configure --with-db-type=Pg --enable-gpg --enable-gd --enable-graphviz --enable-smime --enable-externalauth --with-web-user=rt --with-web-group=rt --with-rt-group=rt --with-bin-owner=rt --with-libs-owner=rt

# install https support for cpanm
# && Temp Fix for https://github.com/Perl-Toolchain-Gang/module-build-tiny/issues/36
RUN cpanm --no-man-pages install CPAN::Requirements::Dynamic LWP::Protocol::https
RUN cpanm --no-man-pages install LWP::Protocol::https

# Install Sever::Starter without tests
# as they constanly fail with timeouts and thus break
Expand Down

0 comments on commit 250265e

Please sign in to comment.