Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
wmkhoo authored Oct 26, 2023
1 parent de2bdc3 commit 0bfff9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ RUN apt install -y git wget gcc build-essential automake python gcc-multilib
RUN mkdir /code

# build, install valgrind
RUN wget -O /code/valgrind.tar.bz2 https://sourceware.org/pub/valgrind/valgrind-3.18.1.tar.bz2
RUN wget -O /code/valgrind.tar.bz2 https://sourceware.org/pub/valgrind/valgrind-3.21.0.tar.bz2
RUN cd /code && \
tar jxf /code/valgrind.tar.bz2 && \
mv valgrind-3.18.1 valgrind
mv valgrind-3.21.0 valgrind

# clone taintgrind
RUN cd /code/valgrind && \
Expand Down

0 comments on commit 0bfff9b

Please sign in to comment.