Hackfix python-barcode support for GNU Health
This commit is contained in:
parent
cd6ea369d7
commit
91b1cfb08c
@ -18,6 +18,9 @@ RUN EOF
|
||||
tar xzf /tmp/gnuhealth.tgz -C /srv
|
||||
mv /srv/gnuhealth-3.4.0 /srv/install
|
||||
|
||||
# Hackfix python-barcode support (will work in 3.4.1 - see http://hg.savannah.gnu.org/hgweb/health/rev/61b7bc7b1a78)
|
||||
sed -i 's/pybarcode/python-barcode/' /srv/install/gnuhealth-setup
|
||||
|
||||
# Clone Sao (Tryton web client) repository
|
||||
git clone -b 4.6 --single-branch --depth 1 https://github.com/tryton/sao /srv/gnuhealth/sao
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user