Skip to content

Commit

Permalink
Add epicbox-valgrind image (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeybe2 authored Nov 16, 2021
1 parent 481bb42 commit 582a937
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Images for programming languages:
* Ruby: [`stepik/epicbox-ruby:2.5.3`](https://hub.docker.com/r/stepik/epicbox-ruby/)
* Scala: [`stepik/epicbox-scala:2.12.7`](https://hub.docker.com/r/stepik/epicbox-scala/)
* [TRIK Studio](http://www.trikset.com/): [`stepik/epicbox-trik:20171122`](https://hub.docker.com/r/stepik/epicbox-trik/)
* Valgrind: [`stepik/epicbox-valgrind:3.12.0`](https://hub.docker.com/r/stepik/epicbox-valgrind/)

Images for source code analyzers:
* [PMD](https://pmd.github.io): [`stepik/epicbox-pmd:6.9.0`](https://hub.docker.com/r/stepik/epicbox-pmd/)
Expand Down
8 changes: 8 additions & 0 deletions epicbox-valgrind/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
FROM stepik/epicbox-base:stretch
MAINTAINER Stepik Team <[email protected]>

ENV VALGRIND_VERSION 3.12.0~svn20160714-1+b1

RUN apt-get update && apt-get install -y --no-install-recommends \
valgrind=1:${VALGRIND_VERSION} \
&& rm -rf /var/lib/apt/lists/*

0 comments on commit 582a937

Please sign in to comment.