Commit 9f9ddd67 authored by John Kirkham's avatar John Kirkham

all-spark-notebook/Dockerfile: Clean after installing jq.

parent e06acca8
......@@ -7,7 +7,7 @@ MAINTAINER Jupyter Project <jupyter@googlegroups.com>
USER root
# Util to help with kernel spec later
RUN apt-get -y update && apt-get -y install jq
RUN apt-get -y update && apt-get -y install jq && apt-get clean
# Spark dependencies
ENV APACHE_SPARK_VERSION 1.6.0
......
......@@ -7,7 +7,7 @@ MAINTAINER Jupyter Project <jupyter@googlegroups.com>
USER root
# Util to help with kernel spec later
RUN apt-get -y update && apt-get -y install jq
RUN apt-get -y update && apt-get -y install jq && apt-get clean
# Spark dependencies
ENV APACHE_SPARK_VERSION 1.6.0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment