1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-11 13:55:55 +03:00

Julia: add Dockerfile dependencies.

This commit is contained in:
Joel Martin 2015-03-31 22:41:47 -05:00
parent 8511096262
commit fc15535c69

View File

@ -128,6 +128,13 @@ ENV SBT_OPTS -Duser.home=/mal
# VB.Net
RUN apt-get -y install mono-vbnc
# TODO: move this up
# Julia
RUN apt-add-repository -y ppa:staticfloat/juliareleases
RUN apt-get -y update
RUN apt-get -y install julia
# MATLAB is proprietary/licensed. Maybe someday with Octave.
# Swift is XCode/OS X only
ENV SKIP_IMPLS matlab swift