Skip to content

Commit

Permalink
#103 Swift 5.0 for backend.ai
Browse files Browse the repository at this point in the history
  • Loading branch information
hephaex committed Jun 13, 2019
1 parent 13517c8 commit 8497e22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion swift/Dockerfile.5.0
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ RUN curl https://bootstrap.pypa.io/get-pip.py | python3 && \
apt-get purge -y curl && \
apt-get -y autoremove && \
rm -rf /root/.cache && \
rm -f /tmp/*.whl
rm -f /tmp/*.whl && \
swift --version

RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 2

Expand Down

0 comments on commit 8497e22

Please sign in to comment.