Skip to content

Commit

Permalink
init docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
amiremohamadi committed Oct 1, 2020
1 parent f0778ae commit d5b42c9
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 d5b42c9

Please sign in to comment.