diff --git a/server/Dockerfile b/server/Dockerfile index 4c58552..5964bb9 100644 --- a/server/Dockerfile +++ b/server/Dockerfile @@ -23,7 +23,7 @@ USER root RUN apt-get update -y RUN apt-get install -y curl libatomic1 libc-bin wget apt-transport-https ca-certificates gnupg -RUN apt-get install valgrind -y +RUN apt-get install valgrind libc-devtools -y RUN apt-get install google-perftools -y RUN apt autoremove -y RUN apt-get clean