dockerfile: minimize COPY layers and enable optional sogo build options #41
develop.yml
on: push
Develop - Version checking
0s
Develop - Docker image
2m 22s
Annotations
1 error
Develop - Docker image
buildx failed with: ERROR: failed to solve: process "/bin/sh -c apt-get update -y && apt-get install -y git zip wget make cmake gnustep-make gnustep-base-common gnustep-base-runtime libgnustep-base-dev gobjc libwbxml2-dev libxml2-dev libxml2-utils libssl-dev libldap2-dev libpq-dev libmemcached-dev libmariadb-dev-compat libytnef0-dev zlib1g-dev liblasso3-dev libcurl4-openssl-dev libexpat1-dev libpopt-dev libsbjson-dev libsbjson2.3 libcurl4 liboath-dev libsodium-dev libzip-dev && rm -rf /var/lib/apt/lists/* && mkdir /tmp/SOGo && mkdir /tmp/SOPE && tar xf /tmp/SOGo.tar.gz -C /tmp/SOGo --strip-components 1 && tar xf /tmp/SOPE.tar.gz -C /tmp/SOPE --strip-components 1 && cd /tmp/SOPE && ./configure --with-gnustep --enable-debug --disable-strip && make && make install && cd /tmp/SOGo && ./configure --enable-debug --disable-strip --enable-saml2 --enable-mfa --enable-sodium --with-ldap-config && make && make install" did not complete successfully: exit code: 1
|