Skip to content

Commit fa87d71

Browse files
author
MarcoFalke
committed
ci: Add missing lint dependency
1 parent 01ec530 commit fa87d71

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

ci/lint/04_install.sh

+5-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@
77
export LC_ALL=C
88

99
${CI_RETRY_EXE} apt-get update
10-
${CI_RETRY_EXE} apt-get install -y curl git gawk jq xz-utils
10+
# Lint dependencies:
11+
# - curl/xz-utils (to install shellcheck)
12+
# - git (used in many lint scripts)
13+
# - gpg (used by verify-commits)
14+
${CI_RETRY_EXE} apt-get install -y curl xz-utils git gpg
1115

1216
PYTHON_PATH=/tmp/python
1317
if [ ! -d "${PYTHON_PATH}/bin" ]; then

0 commit comments

Comments
 (0)