add schellcheck
All checks were successful
lint, build and push / lint (push) Successful in 5s
lint, build and push / build (push) Successful in 3m26s

This commit is contained in:
Michael Grote 2024-09-27 18:58:37 +02:00
parent b15d763d01
commit 7ef30a5f9b

View file

@ -29,6 +29,7 @@ RUN apt-get update \
jq \
sudo \
sshpass \
shellcheck \
&& rm -rf /var/lib/apt/lists/* /var/tmp/* /tmp/* requirements.txt requirements.yaml \
&& apt-get clean