Skip to content

Commit 2cd65a5

Browse files
committed
Actually update the XCode package used.
1 parent db63b23 commit 2cd65a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.xcode

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN dnf -y install autoconf automake libtool clang cmake fuse fuse-devel git pat
1212

1313
CMD mkdir -p /root/xcode && \
1414
cd /root/xcode && \
15-
xar -xf /root/files/Xcode_9.2.xip && \
15+
xar -xf /root/files/Xcode_10.3.xip && \
1616
/root/pbzx/pbzx -n Content | cpio -i && \
1717
cp -r Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk /tmp/MacOSX10.14.sdk && \
1818
cp -r Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1 /tmp/MacOSX10.14.sdk/usr/include/c++ && \

0 commit comments

Comments
 (0)