Skip to content

Commit

Permalink
Merge pull request #16 from amiremohamadi/dockerize
Browse files Browse the repository at this point in the history
Dockerize
  • Loading branch information
amiremohamadi authored Oct 1, 2020
2 parents f0778ae + d5b42c9 commit d8b2b08
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
FROM gcc:7

RUN set -ex; \
apt-get update;
RUN apt-get install -y --no-install-recommends bison flex

COPY ./ /src/peylang
WORKDIR /src/peylang

0 comments on commit d8b2b08

Please sign in to comment.