Skip to content

Commit

Permalink
Merge pull request #22 from ministryofjustice/bugfix-pyspark-dockerfile
Browse files Browse the repository at this point in the history
Bugfix for the all-spark Dockerfile
  • Loading branch information
r4vi authored Apr 2, 2019
2 parents 71f78fa + c9f1d93 commit 4362dac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion all-spark-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN conda install boto3 \
&& pip install git+https://github.com/moj-analytical-services/dataengineeringutils.git \
&& pip install git+https://github.com/moj-analytical-services/gluejobutils/#egg=gluejobutils \
&& mv /tmp/hdfs-site.xml /usr/local/spark/conf \
&& apt-get update && apt-get install -y $(cat /tmp/apt_packages)
&& apt-get update && apt-get install -y $(cat /tmp/apt_packages) \
&& rm -rf /var/lib/apt/lists/*

RUN chown -R $NB_UID /opt/conda \
Expand Down

0 comments on commit 4362dac

Please sign in to comment.