Skip to content

Commit

Permalink
ci(build-docker): add zx tool
Browse files Browse the repository at this point in the history
  • Loading branch information
vpayno committed Jan 10, 2024
1 parent 33b7806 commit 7f974bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 @@ -10,7 +10,7 @@
main() {
layer_begin "${0}" "$@"

PACKAGES="acl apt-utils bash bsdextrautils coreutils curl jq moreutils nala sudo tmux tree util-linux vim-nox xq yq"
PACKAGES="acl apt-utils bash bsdextrautils coreutils curl jq moreutils nala sudo tmux tree util-linux vim-nox xq yq zx"

printf "Collecting apt installed packages:\n"
echo Running: apt list --installed \> "${HOME}"/apt-pkgs-start.txt
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ COPY .github/docker /.github/docker

COPY .github/citools/ /.github/citools/

RUN sh .github/docker/layer-00.00-base-dependencies.sh ci-generic-debian && : 20240109-001
RUN sh .github/docker/layer-00.00-base-dependencies.sh ci-generic-debian && : 20240109-002

RUN bash .github/docker/layer-00.01-base-env_setup.sh ci-generic-debian && : 20231103-000

Expand Down

0 comments on commit 7f974bf

Please sign in to comment.