We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d4dbdc commit 766ae8aCopy full SHA for 766ae8a
Dockerfile
@@ -11,7 +11,7 @@ RUN mkdir -p /usr/share/maven \
11
ENV MAVEN_HOME /usr/share/maven
12
13
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/*
+RUN apt-get update && apt-get install -y ruby build-essential valgrind check pkg-config python3.4 && rm -rf /var/lib/apt/lists/*
15
16
17
#RUN chown -R user:users /app
0 commit comments