Skip to content

Commit 766ae8a

Browse files
committed
Add valgrind to the image
1 parent 2d4dbdc commit 766ae8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN mkdir -p /usr/share/maven \
1111
ENV MAVEN_HOME /usr/share/maven
1212

1313
RUN useradd -g users user && mkdir -p /home/user && chown -R user:users /home/user
14-
RUN apt-get update && apt-get install -y ruby build-essential check pkg-config python3.4 && rm -rf /var/lib/apt/lists/*
14+
RUN apt-get update && apt-get install -y ruby build-essential valgrind check pkg-config python3.4 && rm -rf /var/lib/apt/lists/*
1515

1616

1717
#RUN chown -R user:users /app

0 commit comments

Comments
 (0)