Compare commits

..

10 Commits

Author SHA1 Message Date
Erik Huelsmann
a11c9f5368 * Adjust Dockerfile due to 'upstream' changing to Stretch 2017-09-16 22:01:04 +02:00
Erik Huelsmann
69da0a5e21 * Automatic Dockerfile update by release process 2017-09-16 19:46:00 +00:00
Erik Huelsmann
b7b66f6a13 * Update Dockerfile to 1.4.41 2017-04-09 14:43:16 +00:00
Erik Huelsmann
6506865f50 * Update to 1.4.40 2017-03-14 14:08:58 +00:00
John Locke
b544f42752 1.4.39 2017-03-13 13:55:13 -07:00
John Locke
57e54605fa 1.4.38 2017-01-23 06:48:08 -08:00
John Locke
308171c708 1.4.37 2017-01-08 11:00:28 -08:00
John Locke
b549b8a143 1.4.36 2016-12-12 08:40:19 -08:00
John Locke
9cda9c1dd3 1.4.34 2016-10-15 09:48:43 -07:00
John Locke
7761c46712 Set correct ssmtp path 2016-09-25 10:54:26 -07:00
2 changed files with 3 additions and 3 deletions

View File

@@ -22,11 +22,11 @@ RUN DEBIAN_FRONTENT=noninteractive && \
libtex-encode-perl \
libdevel-trace-perl \
starman \
postgresql-client-9.4 \
postgresql-client-9.6 \
ssmtp
# Build time variables
ENV LSMB_VERSION 1.4.33
ENV LSMB_VERSION 1.4.42
# Install LedgerSMB

View File

@@ -10,7 +10,7 @@ if [[ ! -f ledgersmb.conf ]]; then
-e "s/\(host = \).*\$/\1$POSTGRES_HOST/g" \
-e "s/\(port = \).*\$/\1$POSTGRES_PORT/g" \
-e "s/\(default_db = \).*\$/\1$DEFAULT_DB/g" \
-e "s%\(sendmail = \).*%\1/usr/bin/ssmtp%g" \
-e "s%\(sendmail = \).*%\1/usr/sbin/ssmtp%g" \
/srv/ledgersmb/ledgersmb.conf
fi