mariadb-client
Some checks failed
/ build-push-container-image (push) Failing after 52s

This commit is contained in:
Márcio Fernandes
2026-03-28 10:17:32 +00:00
parent 116765d07b
commit bf36e0e034

View File

@@ -23,6 +23,7 @@ RUN apt-get update && apt-get install -y \
netcat-openbsd \
nmap \
apache2-utils \
mariadb-client \
&& rm -rf /var/lib/apt/lists/*