Skip to content

Commit

Permalink
added Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cmungall committed Sep 5, 2019
1 parent c41eecb commit b8f3077
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 b8f3077

Please sign in to comment.