Add missing depend for tests

This commit is contained in:
Adam Outler
2025-12-19 01:02:31 +00:00
parent 95b2b42b90
commit 4c068f7570
2 changed files with 49 additions and 26 deletions

View File

@@ -24,7 +24,7 @@ USER root
RUN apk add --no-cache git nano vim jq php83-pecl-xdebug py3-pip nodejs sudo gpgconf pytest \
pytest-cov zsh alpine-zsh-config shfmt github-cli py3-yaml py3-docker-py docker-cli docker-cli-buildx \
docker-cli-compose shellcheck
docker-cli-compose shellcheck py3-psutil
# Install hadolint (Dockerfile linter)
RUN curl -L https://github.com/hadolint/hadolint/releases/latest/download/hadolint-Linux-x86_64 -o /usr/local/bin/hadolint && \