Skip to content

Commit

Permalink
Add Docker configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
keith committed Apr 28, 2017
1 parent dd935d1 commit 73d7083
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*.o
.git
skit
8 changes: 8 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
FROM norionomura/sourcekit:31

RUN apt-get -y update && apt-get -y install build-essential clang

COPY . /code/skit
WORKDIR /code/skit
RUN make install
RUN make clean

0 comments on commit 73d7083

Please sign in to comment.