disable shellcheck for packages var

This commit is contained in:
André Bauer 2020-02-26 18:12:57 +01:00
parent 39e3fddc6d
commit a7493989d1

View File

@ -10,7 +10,8 @@ fi
apt-get update
apt-get upgrade -y
apt-get install -y --no-install-recommends "${PACKAGES}"
# shellcheck disable=SC2086
apt-get install -y --no-install-recommends ${PACKAGES}
rm -rf /var/lib/apt/lists/*
# install gosu