diff --git a/Dockerfile b/Dockerfile index 1ef2a76..0fbb244 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,8 +20,6 @@ FROM --platform=$TARGETOS/$TARGETARCH alpine LABEL org.opencontainers.image.source="https://github.com/kordlib/docker" LABEL org.opencontainers.image.licenses=MIT -# See https://youtrack.jetbrains.com/issue/KT-38876/#focus=Comments-27-4805258.0-0 -RUN apk add gcompat # https://github.com/ktorio/ktor/blob/6265a80481d77cdbb2ff7950750e8ee5aa085813/ktor-client/ktor-client-curl/desktop/interop/libcurl.def#L28C32-L28C42 COPY --from=curl /usr/local/lib/libcurl.a /usr/lib/libcurl.a COPY --from=curl /usr/local/lib/libcurl.la /usr/lib/libcurl.la