File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ RUN set -e; \
38
38
&& gpg --batch --quiet --keyserver ha.pool.sks-keyservers.net --recv-keys "$SWIFT_SIGNING_KEY" \
39
39
&& gpg --batch --verify swift.tar.gz.sig swift.tar.gz \
40
40
# - Unpack the toolchain, set libs permissions, and clean up.
41
- && tar -xzf swift.tar.gz --directory / --strip-components=1 \
41
+ && tar -xzf swift.tar.gz --directory / --strip-components=1 $SWIFT_VERSION-$SWIFT_PLATFORM/usr/lib/swift/linux \
42
42
&& chmod -R o+r /usr/lib/swift \
43
43
&& rm -rf "$GNUPGHOME" swift.tar.gz.sig swift.tar.gz \
44
44
&& apt-get purge --auto-remove -y curl
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ RUN set -e; \
39
39
&& gpg --batch --quiet --keyserver ha.pool.sks-keyservers.net --recv-keys "$SWIFT_SIGNING_KEY" \
40
40
&& gpg --batch --verify swift.tar.gz.sig swift.tar.gz \
41
41
# - Unpack the toolchain, set libs permissions, and clean up.
42
- && tar -xzf swift.tar.gz --directory / --strip-components=1 \
42
+ && tar -xzf swift.tar.gz --directory / --strip-components=1 $SWIFT_VERSION-$SWIFT_PLATFORM/usr/lib/swift/linux \
43
43
&& chmod -R o+r /usr/lib/swift \
44
44
&& rm -rf "$GNUPGHOME" swift.tar.gz.sig swift.tar.gz \
45
45
&& apt-get purge --auto-remove -y curl gnupg
You can’t perform that action at this time.
0 commit comments