From 40a835632de8208a7f8a76f98337cda3a11c3515 Mon Sep 17 00:00:00 2001 From: Anthony Yeh Date: Wed, 12 Feb 2020 16:11:07 -0800 Subject: [PATCH] docker: Add sysstat and strace to vitess/lite. These are useful for diagnostics on running containers. Signed-off-by: Anthony Yeh --- docker/lite/install_dependencies.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docker/lite/install_dependencies.sh b/docker/lite/install_dependencies.sh index 60c66642bdd..986d80df05d 100755 --- a/docker/lite/install_dependencies.sh +++ b/docker/lite/install_dependencies.sh @@ -31,6 +31,8 @@ BASE_PACKAGES=( libtcmalloc-minimal4 procps rsync + strace + sysstat wget ) @@ -172,4 +174,4 @@ apt-get install -y --no-install-recommends "${PACKAGES[@]}" # Clean up files we won't need in the final image. rm -rf /var/lib/apt/lists/* - rm -rf /var/lib/mysql/ \ No newline at end of file + rm -rf /var/lib/mysql/