mirror of
https://github.com/ledgersmb/ledgersmb-docker.git
synced 2025-10-14 16:20:29 -04:00
Compare commits
14 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
c244fa448f | ||
|
5dc6d2c9f0 | ||
|
dd16b15990 | ||
|
c212124ec2 | ||
|
7af5669337 | ||
|
6a9df9fa56 | ||
|
e8becf9a44 | ||
|
2c0fa1f433 | ||
|
2202177145 | ||
|
6b38d8b5bc | ||
|
d9e93cb753 | ||
|
001e28e354 | ||
|
8c477d3b88 | ||
|
4026301526 |
@@ -2,7 +2,7 @@ FROM debian:stretch-slim
|
|||||||
MAINTAINER Freelock john@freelock.com
|
MAINTAINER Freelock john@freelock.com
|
||||||
|
|
||||||
# Build time variables
|
# Build time variables
|
||||||
ENV LSMB_VERSION 1.6.20
|
ENV LSMB_VERSION 1.6.32
|
||||||
|
|
||||||
|
|
||||||
# Install Perl, Tex, Starman, psql client, and all dependencies
|
# Install Perl, Tex, Starman, psql client, and all dependencies
|
||||||
@@ -48,7 +48,7 @@ RUN echo -n "APT::Install-Recommends \"0\";\nAPT::Install-Suggests \"0\";\n" >>
|
|||||||
libtemplate-plugin-latex-perl libtex-encode-perl \
|
libtemplate-plugin-latex-perl libtex-encode-perl \
|
||||||
libclass-c3-xs-perl libclass-accessor-lite-perl \
|
libclass-c3-xs-perl libclass-accessor-lite-perl \
|
||||||
libnet-cidr-lite-perl libtest-requires-perl \
|
libnet-cidr-lite-perl libtest-requires-perl \
|
||||||
texlive-latex-recommended \
|
texlive-latex-recommended texlive-fonts-recommended \
|
||||||
texlive-xetex fonts-liberation \
|
texlive-xetex fonts-liberation \
|
||||||
starman \
|
starman \
|
||||||
libopenoffice-oodoc-perl \
|
libopenoffice-oodoc-perl \
|
||||||
|
@@ -3,6 +3,8 @@ Dockerfile for LedgerSMB Docker image
|
|||||||
|
|
||||||
# Supported tags
|
# Supported tags
|
||||||
|
|
||||||
|
- `1.8` - Preview version for the 1.8 branch
|
||||||
|
- `1.7`, `1.7.x`, `latest` - Latest official release from 1.7 branch
|
||||||
- `1.6`, `1.6.x`, `latest` - Latest release tarball from 1.6 branch
|
- `1.6`, `1.6.x`, `latest` - Latest release tarball from 1.6 branch
|
||||||
- `1.5`, `1.5.x` - Latest release tarball from 1.5 branch
|
- `1.5`, `1.5.x` - Latest release tarball from 1.5 branch
|
||||||
- `1.4`, `1.4.x` - Latest tagged release of git 1.4 branch
|
- `1.4`, `1.4.x` - Latest tagged release of git 1.4 branch
|
||||||
|
Reference in New Issue
Block a user