Skip to content

Commit

Permalink
Fix cgimap installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed May 3, 2024
1 parent 204b820 commit 5f2ea7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions images/web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ RUN cd $cgimap && \
./configure && \
make && \
make install
RUN echo "/usr/local/lib" > /etc/ld.so.conf.d/local_libs.conf && ldconfig

# Install Passenger
RUN gem install passenger && passenger-install-apache2-module --auto
Expand Down

0 comments on commit 5f2ea7c

Please sign in to comment.