From 0f29b23863e4ff1c99b13a30e845b66c7468f79b Mon Sep 17 00:00:00 2001 From: Tony Kelman Date: Sat, 24 Sep 2016 04:44:42 -0700 Subject: [PATCH] The Julia package manager in 0.5 no longer requires git --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 08c4c8a..f045c9e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM debian:jessie RUN apt-get update \ - && apt-get install -y --no-install-recommends ca-certificates git \ + && apt-get install -y --no-install-recommends ca-certificates \ && rm -rf /var/lib/apt/lists/* ENV JULIA_PATH /usr/local/julia