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 \