Compare commits

...

2 commits

Author SHA1 Message Date
Daniel Ceregatti
d202482c6b Add strace and ltrace to the server image. 2025-03-24 17:06:28 -07:00
Daniel Ceregatti
33c591e421 Fix file case change in an addon. 2025-03-24 17:04:59 -07:00
2 changed files with 3 additions and 1 deletions

View file

@ -1 +1 @@
TYPES=./xml/types.xml TYPES=./XML/types.xml

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