Skip to content

Commit

Permalink
Dockerfile: Remove dependency on libopenmpi1.6
Browse files Browse the repository at this point in the history
Fix the error on Xenial: Package libopenmpi1.6 is not available
  • Loading branch information
sjackman committed Apr 25, 2016
1 parent f807b27 commit 21106a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -3,7 +3,7 @@ MAINTAINER Shaun Jackman <sjackman@gmail.com>

RUN apt-get update \
&& apt-get install -y --no-install-recommends \
libopenmpi1.6 make openmpi-bin ssh
make openmpi-bin ssh
ADD . /tmp/abyss
RUN apt-get install -y --no-install-recommends \
automake g++ libboost-dev libopenmpi-dev libsparsehash-dev \
Expand Down

0 comments on commit 21106a4

Please sign in to comment.