Skip to content

Commit

Permalink
Dockerfile update
Browse files Browse the repository at this point in the history
  • Loading branch information
philres committed Mar 29, 2017
1 parent 7ac0295 commit 76841e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/ngmlr/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ RUN apk --update upgrade && \
apk add build-base gcc abuild binutils binutils-doc gcc-doc zlib-dev git cmake curl ca-certificates && \
update-ca-certificates && \
git clone https://github.com/philres/ngmlr.git && cd ngmlr && git checkout $VERSION_ARG && mkdir -p build && cd build && cmake .. && make && cp ../bin/ngmlr-*/ngmlr /bin/ && cd .. && rm -rf ngmlr && \
apk del build-base gcc abuild binutils binutils-doc gcc-doc zlib-dev git cmake curl ca-certificates && \
rm -rf /var/cache/apk/*

0 comments on commit 76841e2

Please sign in to comment.