Fix GNU Health build

This commit is contained in:
Disassembler 2020-06-21 13:10:24 +02:00
parent 624693bb22
commit 74df7b6a59
Signed by: Disassembler
GPG Key ID: 524BD33A0EE29499

View File

@ -3,10 +3,10 @@ FROM alpine3.11-python3.8_3.8.2-200621
RUN EOF
# Install runtime dependencies
apk --no-cache add bash coreutils libffi libjpeg-turbo libpq nodejs
apk --no-cache add bash coreutils freetype libffi libjpeg-turbo libpq nodejs
# Install build dependencies
apk --no-cache add --virtual .deps build-base git libffi-dev libjpeg-turbo-dev libxml2-dev libxslt-dev ncurses npm patch postgresql-dev python3-dev sudo
apk --no-cache add --virtual .deps build-base freetype-dev git libffi-dev libjpeg-turbo-dev libxml2-dev libxslt-dev ncurses npm patch postgresql-dev python3-dev sudo
# Download GNU Health
wget http://ftp.gnu.org/gnu/health/gnuhealth-3.6.4.tar.gz -O - | tar xzf - -C /srv