We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c50b98b commit c7c807bCopy full SHA for c7c807b
Dockerfile
@@ -23,7 +23,7 @@ RUN cd / && rm -rf swift-2.2-SNAPSHOT-2015-12-01-b-ubuntu14.04*
23
# Clean up APT when done.
24
RUN apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
25
26
-# Set Swfit Path
+# Set Swift Path
27
ENV PATH /usr/bin:$PATH
28
29
# Print Installed Swift Version
0 commit comments