linux/Dockerfile - use resolver lts-12.12.
This commit is contained in:
parent
bf17af65a7
commit
3af988a671
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue