Skip to content

Commit

Permalink
Added valgrind to the environment
Browse files Browse the repository at this point in the history
  • Loading branch information
mkpro118 committed Jun 16, 2024
1 parent 51af2d8 commit bba8be7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,10 @@ RUN apt-get update && apt-get install --no-install-recommends -y git\
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

# Install Valgrind
RUN apt-get update && apt-get install --no-install-recommends -y valgrind\
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

# Shortcut for python3
RUN echo -e '\nalias py=python3\n' >> ~/.bashrc

0 comments on commit bba8be7

Please sign in to comment.