remove shellcheck

This commit is contained in:
Michael Grote 2024-02-02 22:42:55 +01:00
parent 9838084c76
commit c81cfc5aeb

View file

@ -14,7 +14,6 @@ RUN apt-get update && \
git \
curl \
yamllint \
s-nail \
shellcheck \
s-nail
&& apt-get clean && \
rm -rf /var/lib/apt/lists/* /var/tmp/* /tmp/*