From 5ba7a3f86af6627b539e3fc53f42622e344519b5 Mon Sep 17 00:00:00 2001 From: Simon L Date: Tue, 31 Jan 2023 00:37:43 +0100 Subject: [PATCH] also add libtool Signed-off-by: Simon L --- Containers/nextcloud/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Containers/nextcloud/Dockerfile b/Containers/nextcloud/Dockerfile index d996f8f1..90b53f7f 100644 --- a/Containers/nextcloud/Dockerfile +++ b/Containers/nextcloud/Dockerfile @@ -27,6 +27,7 @@ RUN set -ex; \ apk add --no-cache --virtual .build-deps \ $PHPIZE_DEPS \ autoconf \ + libtool \ freetype-dev \ icu-dev \ libevent-dev \