Fix GNU Health build
This commit is contained in:
parent
624693bb22
commit
74df7b6a59
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user