summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2018-01-23 17:39:03 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2018-01-23 17:39:03 +0100
commitc8d6782e57cf63137aa97ad7ebdd56a9d96299ad (patch)
tree05a23df317a5800a766ff57925afc238b75718b3
parente4b05fe7f410fac61e28ae8dc44c6cdda280e728 (diff)
downloadkube-c8d6782e57cf63137aa97ad7ebdd56a9d96299ad.tar.gz
kube-c8d6782e57cf63137aa97ad7ebdd56a9d96299ad.zip
Added heaptrack for easy memory profiling
-rw-r--r--docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 6017fdc1..83ba687f 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -28,7 +28,7 @@ RUN dnf -y install llvm
28 28
29RUN dnf -y install sudo 29RUN dnf -y install sudo
30RUN dnf -y install pinentry-gtk 30RUN dnf -y install pinentry-gtk
31RUN dnf -y install gammaray 31RUN dnf -y install gammaray heaptrack
32 32
33RUN useradd -d /home/developer -m developer 33RUN useradd -d /home/developer -m developer
34 34