Skip to content

Commit

Permalink
Update dockerfile to add the compiled bin to PATH.
Browse files Browse the repository at this point in the history
  • Loading branch information
conchoecia authored Jun 19, 2019
1 parent a4a5ea9 commit eb458b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ RUN make
WORKDIR "/root/augustus"
RUN make
RUN make install
ENV PATH="/root/augustus/bin:${PATH}"

# Test AUGUSTUS
RUN make test

0 comments on commit eb458b6

Please sign in to comment.