Brian Estrada
05/19/2022, 10:04 AMBrian Estrada
05/19/2022, 10:05 AMld.lld: error: unable to find library -lcurl
mbonnin
05/19/2022, 10:17 AMBrian Estrada
05/19/2022, 10:18 AM(it is a trauma coming from the Maven + JVM ecosystem).this explained the last 2 hours for me 😆
Brian Estrada
05/19/2022, 10:18 AMmsink
05/19/2022, 10:41 AMBrian Estrada
05/19/2022, 10:42 AMBrian Estrada
05/19/2022, 10:42 AMFROM gradle:7.4.2-jdk17-alpine AS build
COPY --chown=gradle:gradle . /home/gradle/src
WORKDIR /home/gradle/src
RUN gradle linuxX64Binaries --no-daemon
Brian Estrada
05/19/2022, 10:42 AMhfhbd
05/19/2022, 10:54 AMmsink
05/19/2022, 11:01 AM/lib
, /usr/lib
(or whatever that linux distribution uses for libs) to host fs, and then point K/N to it by -L
option.