We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1755854 commit 9b415e8Copy full SHA for 9b415e8
Dockerfile
@@ -20,8 +20,6 @@ FROM --platform=$TARGETOS/$TARGETARCH alpine
20
LABEL org.opencontainers.image.source="https://github.com/kordlib/docker"
21
LABEL org.opencontainers.image.licenses=MIT
22
23
-# See https://youtrack.jetbrains.com/issue/KT-38876/#focus=Comments-27-4805258.0-0
24
-RUN apk add gcompat
25
# https://github.com/ktorio/ktor/blob/6265a80481d77cdbb2ff7950750e8ee5aa085813/ktor-client/ktor-client-curl/desktop/interop/libcurl.def#L28C32-L28C42
26
COPY --from=curl /usr/local/lib/libcurl.a /usr/lib/libcurl.a
27
COPY --from=curl /usr/local/lib/libcurl.la /usr/lib/libcurl.la
0 commit comments