shellcheck
Shell script static analysis tool. Check shell scripts for errors, usage of deprecated/insecure features, and bad practices. More information: <https://www.shellcheck.net>.
RUN apt-get update && \
apt-get install -y ShellCheck
RUN apt-get update && \
apt-get install -y ShellCheck
RUN pacman -S --noconfirm ShellCheck
RUN apt-get update && \
apt-get install -y ShellCheck
RUN dnf install -y ShellCheck
RUN apt-get update && \
apt-get install -y ShellCheck