From 74df7b6a59a3ded12dd0894ff4783527dfbfa4c0 Mon Sep 17 00:00:00 2001 From: Disassembler Date: Sun, 21 Jun 2020 13:10:24 +0200 Subject: [PATCH] Fix GNU Health build --- lxc-apps/gnuhealth/image | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lxc-apps/gnuhealth/image b/lxc-apps/gnuhealth/image index f8fa2d0..0d11c73 100644 --- a/lxc-apps/gnuhealth/image +++ b/lxc-apps/gnuhealth/image @@ -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