Skip to content

Commit

Permalink
Add a simple Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kubilus1 committed Jun 7, 2015
1 parent 0ab46b1 commit 5072051
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 164 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
**/*~
work
sgdk/sgdk-read-only
9 changes: 9 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
FROM 32bit/ubuntu:14.04

WORKDIR /tmp

RUN apt-get update && apt-get install -y build-essential wget unzip unrar texinfo git subversion

RUN bash -c "git clone https://github.com/kubilus1/gendev.git && cd gendev && make && rm -rf /tmp/*"

CMD /bin/bash
164 changes: 0 additions & 164 deletions gen_gcc/makefile-gen~

This file was deleted.

0 comments on commit 5072051

Please sign in to comment.