File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ RUN set -e; \
61
61
&& rm -rf "$GNUPGHOME" latest_toolchain.tar.gz.sig latest_toolchain.tar.gz
62
62
63
63
ENV PATH="${SWIFT_PREFIX}/usr/bin:${PATH}"
64
+ ENV LD_LIBRARY_PATH="${SWIFT_PREFIX}/usr/lib/swift/linux"
64
65
65
66
# Print Installed Swift Version
66
67
RUN swift --version
Original file line number Diff line number Diff line change @@ -71,6 +71,7 @@ RUN set -e; \
71
71
&& rm -rf "$GNUPGHOME" latest_toolchain.tar.gz.sig latest_toolchain.tar.gz
72
72
73
73
ENV PATH="${SWIFT_PREFIX}/usr/bin:${PATH}"
74
+ ENV LD_LIBRARY_PATH="${SWIFT_PREFIX}/usr/lib/swift/linux"
74
75
75
76
# Print Installed Swift Version
76
77
RUN swift --version
Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ RUN set -e; \
63
63
&& rm -rf "$GNUPGHOME" latest_toolchain.tar.gz.sig latest_toolchain.tar.gz
64
64
65
65
ENV PATH="${SWIFT_PREFIX}/usr/bin:${PATH}"
66
+ ENV LD_LIBRARY_PATH="${SWIFT_PREFIX}/usr/lib/swift/linux"
66
67
67
68
# Print Installed Swift Version
68
69
RUN swift --version
Original file line number Diff line number Diff line change @@ -73,6 +73,7 @@ RUN set -e; \
73
73
&& rm -rf "$GNUPGHOME" latest_toolchain.tar.gz.sig latest_toolchain.tar.gz
74
74
75
75
ENV PATH="${SWIFT_PREFIX}/usr/bin:${PATH}"
76
+ ENV LD_LIBRARY_PATH="${SWIFT_PREFIX}/usr/lib/swift/linux"
76
77
77
78
# Print Installed Swift Version
78
79
RUN swift --version
You can’t perform that action at this time.
0 commit comments