Skip to content

Commit

Permalink
Reformat.
Browse files Browse the repository at this point in the history
  • Loading branch information
swizzlr committed Jan 12, 2017
1 parent aa7b294 commit 4f0d48b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ RUN apt-get -q update && \
rsync \
libxml2 \
git \
libcurl4-openssl-dev && \
update-alternatives --quiet --install /usr/bin/clang clang /usr/bin/clang-3.6 100 && \
update-alternatives --quiet --install /usr/bin/clang++ clang++ /usr/bin/clang++-3.6 100 && \
rm -r /var/lib/apt/lists/*
libcurl4-openssl-dev \
&& update-alternatives --quiet --install /usr/bin/clang clang /usr/bin/clang-3.6 100 \
&& update-alternatives --quiet --install /usr/bin/clang++ clang++ /usr/bin/clang++-3.6 100 \
&& rm -r /var/lib/apt/lists/*

# Everything up to here should cache nicely between Swift versions, assuming dev dependencies change little
ENV SWIFT_BRANCH=swift-3.0.2-release \
Expand Down

0 comments on commit 4f0d48b

Please sign in to comment.