Linux Dockerfile: try upgrading stack.

This commit is contained in:
John MacFarlane 2018-09-16 13:55:13 -07:00
parent 5776e62edf
commit f9665d0f4a

View file

@ -9,6 +9,8 @@ ENV PATH="/usr/local/bin:${PATH}"
RUN ulimit -n 4096
RUN stack config set system-ghc --global true
RUN stack setup --resolver lts-12
# Upgrade to latest stack...
RUN stack install stack
RUN mkdir -p /usr/src/
WORKDIR /usr/src/
RUN git clone https://github.com/jgm/pandoc