aboutsummaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-12-22 09:26:29 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2019-12-22 09:26:29 -0800
commit8d64cb6954372fe29373cb98a3d7c482292d5daf (patch)
tree0d358be20317d8dca3877b9cd895d4fa4312bdb6 /linux
parent25781665560c099d5dd7755b710c84db7e80eb11 (diff)
downloadpandoc-8d64cb6954372fe29373cb98a3d7c482292d5daf.tar.gz
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.
Diffstat (limited to 'linux')
-rw-r--r--linux/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/Dockerfile b/linux/Dockerfile
index a669891ac..ca48d07f8 100644
--- a/linux/Dockerfile
+++ b/linux/Dockerfile
@@ -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/