disable shellcheck for packages var
This commit is contained in:
parent
39e3fddc6d
commit
a7493989d1
@ -10,7 +10,8 @@ fi
|
|||||||
|
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get upgrade -y
|
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/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# install gosu
|
# install gosu
|
||||||
|
Loading…
Reference in New Issue
Block a user