From c7c807b154470480ece5b78924300cd52e42f90a Mon Sep 17 00:00:00 2001 From: Brenton Bills Date: Fri, 4 Dec 2015 09:02:57 +1000 Subject: [PATCH] Small spelling mistake. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f9444c2e..e0a22b9a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ RUN cd / && rm -rf swift-2.2-SNAPSHOT-2015-12-01-b-ubuntu14.04* # Clean up APT when done. RUN apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* -# Set Swfit Path +# Set Swift Path ENV PATH /usr/bin:$PATH # Print Installed Swift Version