Switch to sparc64 to debian:stretch

Looks like ubuntu 17.04 is broken now and it fails to link on 17.10 and 18.04.
It seems to work on stretch though!
This commit is contained in:
Alex Crichton 2018-01-18 11:24:40 -08:00
parent 1f29ac3167
commit ac4afe746f

View File

@ -1,5 +1,4 @@
# link fails on 17.10
FROM ubuntu:17.04
FROM debian:stretch
RUN apt-get update && apt-get install -y --no-install-recommends \
curl ca-certificates \