Use alpine 3.10 in building linux binary.

For some reason the bulid fails with alpine 3.11,
with a linker error finding -lz.  See #6003.
It would be good to figure out how to make it work
with alpine 3.11.
This commit is contained in:
John MacFarlane 2019-12-22 09:26:29 -08:00
parent 2578166556
commit 8d64cb6954

View file

@ -1,5 +1,5 @@
# USE ALPINE LINUX
FROM alpine
FROM alpine:3.10
RUN apk update
RUN apk add alpine-sdk git ca-certificates ghc gmp-dev zlib-dev bash dpkg fakeroot cabal
RUN mkdir -p /usr/src/