Metin Akin
Metin Akin
@Vndroid I'm also struggling with this build error and spent my 5 days still no solution. I informed @oschaaf about this problem. We need to wait for release v1.14.36.1.
I get this error and it terminates my building process. I tried to build the image on Win 10 and Centos 8. Both gave the same error output. Do you...
@Lofesa thanks it solved, but now I get this error: ``` /usr/lib/gcc/x86_64-alpine-linux-musl/9.2.0/../../../../x86_64-alpine-linux-musl/bin/ld: opngreduc.c:(.text.opng_reduce_image+0x6bf): undefined reference to png_set_IHDR /usr/lib/gcc/x86_64-alpine-linux-musl/9.2.0/../../../../x86_64-alpine-linux-musl/bin/ld: opngreduc.c:(.text.opng_reduce_image+0x8f1): undefined reference to png_free_data /usr/lib/gcc/x86_64-alpine-linux-musl/9.2.0/../../../../x86_64-alpine-linux-musl/bin/ld: opngreduc.c:(.text.opng_reduce_image+0x901): undefined reference to png_set_invalid /usr/lib/gcc/x86_64-alpine-linux-musl/9.2.0/../../../../x86_64-alpine-linux-musl/bin/ld:...
I'm able to build the image with removing `libressl-dev` and adding `apk add --no-cache 'openssl-dev=1.0.2u-r0' --repository http://dl-cdn.alpinelinux.org/alpine/v3.8/community --repository http://dl-cdn.alpinelinux.org/alpine/v3.8/main \` into depencies of Nginx ans psol.