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/