mirror of
https://github.com/ledgersmb/ledgersmb-docker.git
synced 2025-10-16 17:20:30 -04:00
Change base to Perl:5, add CGI::Compile via cpan
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM debian:jessie
|
||||
FROM perl:5
|
||||
MAINTAINER Freelock john@freelock.com
|
||||
|
||||
# Build time variables
|
||||
@@ -58,6 +58,9 @@ ENV POSTGRES_HOST postgres
|
||||
COPY start.sh /usr/bin/start.sh
|
||||
COPY update_ssmtp.sh /usr/bin/update_ssmtp.sh
|
||||
|
||||
RUN cpanm \
|
||||
CGI::Compile
|
||||
|
||||
|
||||
RUN chown www-data /etc/ssmtp /etc/ssmtp/ssmtp.conf && \
|
||||
chmod +x /usr/bin/update_ssmtp.sh /usr/bin/start.sh && \
|
||||
|
Reference in New Issue
Block a user