Compare commits

...

2 Commits
1.5.0 ... 1.5.1

Author SHA1 Message Date
John Locke
8f911b4d3e 1.5.1 2017-01-08 10:59:02 -08:00
John Locke
60af8d5d49 Add LPR package to image 2017-01-05 08:48:46 -08:00

View File

@@ -21,10 +21,11 @@ RUN DEBIAN_FRONTENT=noninteractive && \
starman \ starman \
libopenoffice-oodoc-perl \ libopenoffice-oodoc-perl \
postgresql-client \ postgresql-client \
lpr \
ssmtp ssmtp
# Build time variables # Build time variables
ENV LSMB_VERSION 1.5.0 ENV LSMB_VERSION 1.5.1
# Install LedgerSMB # Install LedgerSMB
RUN cd /srv && \ RUN cd /srv && \