Skip to content

Commit

Permalink
Oops, deleted the wget
Browse files Browse the repository at this point in the history
  • Loading branch information
msoos committed Jul 6, 2020
1 parent 56d4400 commit c431e0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN apt-get install --no-install-recommends -y libboost-program-options-dev gcc

# get M4RI
WORKDIR /
RUN https://bitbucket.org/malb/m4ri/downloads/m4ri-20200125.tar.gz
RUN wget https://bitbucket.org/malb/m4ri/downloads/m4ri-20200125.tar.gz
RUN tar -xvf m4ri-20200125.tar.gz
WORKDIR m4ri-20200125
RUN ./configure
Expand Down

0 comments on commit c431e0b

Please sign in to comment.