Add strace and ltrace to the server image.

This commit is contained in:
Daniel Ceregatti 2025-03-24 17:06:28 -07:00
parent 33c591e421
commit d202482c6b

View file

@ -16,9 +16,11 @@ RUN apt-get update && apt-get -y upgrade && apt-get -y install --no-install-reco
jq \ jq \
libxml2-utils \ libxml2-utils \
locales \ locales \
ltrace \
nano \ nano \
patch \ patch \
procps \ procps \
strace \
wget \ wget \
xmlstarlet xmlstarlet