Skip to content

Commit

Permalink
Set lib folder
Browse files Browse the repository at this point in the history
  • Loading branch information
SimplyDanny committed Sep 30, 2024
1 parent 8534a84 commit a629e0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a629e0e

Please sign in to comment.