view Dockerfile @ 4:783541c5ee42

Fix eval1 to 1-step style
author atton
date Wed, 26 Oct 2016 08:32:05 +0000
parents 26ca6abffce1
children a5cb1e3736a9
line wrap: on
line source

# docker build -t tapl .
# docker run -it tapl zsh

FROM fedora:24

RUN dnf install -y ocaml wget vim zsh git mercurial ghc cabal-install tar zlib zlib-devel ghc-parsec make

RUN mkdir -p /root/tapl-original
WORKDIR /root/tapl-original
RUN wget http://www.cis.upenn.edu/~bcpierce/tapl/checkers/arith.tar.gz
RUN tar xzf arith.tar.gz

WORKDIR /root/
RUN hg clone http://firefly.cr.ie.u-ryukyu.ac.jp/hg/Members/atton/tapl