Skip to content

Commit

Permalink
ci(docker-build): add util-linux to base-dependencies list
Browse files Browse the repository at this point in the history
  • Loading branch information
vpayno committed Aug 29, 2023
1 parent 3701c31 commit 6509e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/docker/layer-00.00-base-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

layer_begin "$@"

PACKAGES="apt-utils bash coreutils curl jq moreutils sudo tmux vim-nox"
PACKAGES="apt-utils bash coreutils curl jq moreutils sudo tmux util-linux vim-nox"

echo apt install -y "${PACKAGES}"
# shellcheck disable=SC2086
Expand Down

0 comments on commit 6509e1a

Please sign in to comment.