Skip to content

Commit

Permalink
Merge pull request #10 from cmungall/add-Dockerfile
Browse files Browse the repository at this point in the history
add Dockerfile to build xml-make
  • Loading branch information
lindenb authored Sep 5, 2019
2 parents c41eecb + b8f3077 commit d255e4b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
FROM debian:stretch
MAINTAINER Chris Mungall <[email protected]>

RUN apt-get update && apt-get -y install autoconf build-essential
RUN apt-get install -y pkg-config

WORKDIR /xml-make
COPY . /xml-make
RUN make
CMD ./make-4.1/bin/xml-make4.1

0 comments on commit d255e4b

Please sign in to comment.