FROM julia:0.7
LABEL maintainer="Jingpeng Wu <jingpeng.wu@gmail.com>"

RUN apt update
RUN apt install -y -qq build-essential unzip hdf5-tools


#RUN julia -e 'Pkg.init()'
#RUN julia -e 'Pkg.add("ImageMagick")'
#RUN julia -e 'Pkg.clone("https://github.com/seung-lab/EMIRT.jl.git")'
#RUN julia -e 'Pkg.clone("https://github.com/seung-lab/BigArrays.jl.git")'

RUN julia -e 'Pkg.test("BigArrays")'
