Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Commit

Permalink
MAJ Dockerfile (+ gdb)
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinFA committed Jan 20, 2016
1 parent 128d262 commit c0ffd1d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
code/build/*
code/build-origin/*
code/bin/coff2noff
code/bin/*.o
code/bin/.*.d
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ RUN echo "deb http://www.emdebian.org/debian/ squeeze main" >> /etc/apt/sources.

RUN apt-get update
RUN apt-get install make
RUN apt-get -y --force-yes install gcc-4.4-mipsel-linux-gnu g++ g++-multilib
RUN apt-get -y --force-yes install gcc-4.4-mipsel-linux-gnu g++ g++-multilib gdb

0 comments on commit c0ffd1d

Please sign in to comment.