docker: build script executable. Skip matlab automatically.
authorJoel Martin <github@martintribe.org>
Thu, 12 Mar 2015 22:41:55 +0000 (17:41 -0500)
committerJoel Martin <github@martintribe.org>
Thu, 12 Mar 2015 22:41:55 +0000 (17:41 -0500)
tests/docker-build.sh [changed mode: 0644->0755]
tests/docker/Dockerfile

old mode 100644 (file)
new mode 100755 (executable)
index 0bd5555..e79c149
@@ -3,4 +3,4 @@
 IMAGE_NAME=${IMAGE_NAME:-mal-test-ubuntu-utopic}
 GIT_TOP=$(git rev-parse --show-toplevel)
 
-docker build -t "${IMAGE_NAME}" "${GIT_TOP}/tests/"
+docker build -t "${IMAGE_NAME}" "${GIT_TOP}/tests/docker"
index 4a19e73..d06f419 100644 (file)
@@ -127,6 +127,9 @@ RUN apt-get -y install mono-vbnc
 # TODO: move this up with Clojure
 ENV LEIN_JVM_OPTS -Duser.home=/mal
 
+# MATLAB is proprietary/licensed. Maybe someday with Octave.
+ENV SKIP_IMPLS matlab
+
 ENV DEBIAN_FRONTEND newt
 ENV HOME /