Skip to content

Commit 9b415e8

Browse files
authored
Remove gcompat
1 parent 1755854 commit 9b415e8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Dockerfile

-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ FROM --platform=$TARGETOS/$TARGETARCH alpine
2020
LABEL org.opencontainers.image.source="https://github.com/kordlib/docker"
2121
LABEL org.opencontainers.image.licenses=MIT
2222

23-
# See https://youtrack.jetbrains.com/issue/KT-38876/#focus=Comments-27-4805258.0-0
24-
RUN apk add gcompat
2523
# https://github.com/ktorio/ktor/blob/6265a80481d77cdbb2ff7950750e8ee5aa085813/ktor-client/ktor-client-curl/desktop/interop/libcurl.def#L28C32-L28C42
2624
COPY --from=curl /usr/local/lib/libcurl.a /usr/lib/libcurl.a
2725
COPY --from=curl /usr/local/lib/libcurl.la /usr/lib/libcurl.la

0 commit comments

Comments
 (0)