From a629e0e3a9e8504b012196c0848ecd34b9bb9a45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danny=20M=C3=B6sch?= Date: Mon, 30 Sep 2024 12:31:39 +0200 Subject: [PATCH] Set lib folder --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index bbd6163e93..c59a58e556 100644 --- a/Dockerfile +++ b/Dockerfile @@ -46,6 +46,8 @@ COPY --from=builder /usr/lib/swift/linux/libswiftCore.so /usr/lib COPY --from=builder /usr/lib/swift/linux/libswiftGlibc.so /usr/lib COPY --from=builder /usr/bin/swiftlint /usr/bin +ENV LINUX_SOURCEKIT_LIB_PATH="/usr/lib" + RUN swiftlint version RUN echo "_ = 0" | swiftlint --use-stdin