Skip to content

Commit

Permalink
Add Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurélien 'Bubu' Busi committed Jun 19, 2019
1 parent eed2813 commit 9bedf5b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
FROM python:3.7.2

RUN apt-get update && apt-get install -y cmake bison flex git

ENV PYTHONPATH=/usr/src/app/

WORKDIR /usr/src/app

COPY . /usr/src/app/

RUN make init
RUN pip install -e .[test]

0 comments on commit 9bedf5b

Please sign in to comment.