aboutsummaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-04-02 23:10:10 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2017-04-02 23:10:10 +0200
commitff991d1e2151479ff7dc15aba9c17251ff060408 (patch)
tree292d10f7232ef50c604763f2817476791af5c856 /linux
parent913db947a9cb43b6f449db2cd4c85fd74aa1ac8f (diff)
downloadpandoc-ff991d1e2151479ff7dc15aba9c17251ff060408.tar.gz
Revert "Revert "Use file-embed instead of hsb2hs to embed data files.""
This reverts commit 1fa15c225b515e1fa1c6566f90f1be363a4d770f.
Diffstat (limited to 'linux')
-rw-r--r--linux/Dockerfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/linux/Dockerfile b/linux/Dockerfile
index 630abc17e..b725bbaa5 100644
--- a/linux/Dockerfile
+++ b/linux/Dockerfile
@@ -14,7 +14,6 @@ RUN mkdir -p /usr/src/
WORKDIR /usr/src/
RUN git clone https://github.com/jgm/pandoc
WORKDIR /usr/src/pandoc
-RUN stack install --local-bin-path /usr/bin hsb2hs
RUN stack install --stack-yaml stack.pkg.yaml --only-dependencies \
--flag 'pandoc:embed_data_files' \
--test --ghc-options '-O2 -optc-Os -optl-static -fPIC' \