Skip to content

Commit

Permalink
Merge pull request #4 from commial/patch-1
Browse files Browse the repository at this point in the history
Base: force the lastest TCC stable release(0.9.26)
  • Loading branch information
serpilliere committed Mar 6, 2015
2 parents a3eedda + 1185f0b commit 89035c3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@ MAINTAINER Camille Mougey <[email protected]>
RUN apt-get -qq update && \
apt-get -qqy install python2.7 git make gcc libpython2.7-dev python-pyparsing python-llvm unzip

# TCC
# TCC release 0.9.26
RUN cd /opt && \
git clone http://repo.or.cz/tinycc.git tinycc && \
cd tinycc && \
git checkout d5e22108a0dc48899e44a158f91d5b3215eb7fe6 && \
./configure --disable-static && \
make && \
make install && \
Expand Down Expand Up @@ -60,4 +61,4 @@ USER miasm2

# Default cmd
WORKDIR /opt/miasm2/test
CMD ["/usr/bin/python", "test_all.py", "-m"]
CMD ["/usr/bin/python", "test_all.py", "-m"]

0 comments on commit 89035c3

Please sign in to comment.