Skip to content

Commit

Permalink
#4: install.info has been made optional, as it fails in different way…
Browse files Browse the repository at this point in the history
…s on many versions
  • Loading branch information
nicoulaj committed Aug 1, 2017
1 parent 7f27131 commit 0c61923
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 @@ -14,7 +14,7 @@ RUN ./Util/preconfig
RUN ./configure --enable-pcre --enable-cap --without-tcsetpgrp
RUN make
RUN make install
RUN make install.info
RUN make install.info || true # Issue 4

RUN rm -rf $build_directory

Expand Down

0 comments on commit 0c61923

Please sign in to comment.