linux/Dockerfile - use resolver lts-12.12.

This commit is contained in:
John MacFarlane 2018-11-03 21:08:12 -07:00
parent bf17af65a7
commit 3af988a671

View file

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