Skip to content

Commit

Permalink
Updated libmzmq3 to libzmq5 (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
nishadsingh1 authored and dcrankshaw committed Jul 7, 2017
1 parent 350ed1c commit bed76ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/jvm/SparkScalaContainerDockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN mkdir -p /usr/share/maven /usr/share/maven/ref \
&& rm -f /tmp/apache-maven.tar.gz \
&& ln -s /usr/share/maven/bin/mvn /usr/bin/mvn \
&& apt-get update \
&& apt-get install -y libzmq3 libzmq3-dev git pkg-config libtool autoconf g++ make \
&& apt-get install -y libzmq5 libzmq3-dev git pkg-config libtool autoconf g++ make \
&& git clone https://github.com/zeromq/jzmq.git /root/jzmq \
&& cd /root/jzmq/jzmq-jni \
&& ./autogen.sh \
Expand Down

0 comments on commit bed76ea

Please sign in to comment.