Skip to content

Commit

Permalink
add bash-completions for cli testing
Browse files Browse the repository at this point in the history
  • Loading branch information
francis-starlab committed Mar 16, 2022
1 parent 1281cdd commit 29cdbab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ RUN dnf install -y \
# for better signal handling in containers
tini \
\
# For testing the cli
bash-completions \
&& dnf clean all && \
rm -rf /var/cache/dnf/* /tmp/* /var/tmp/*

Expand Down

0 comments on commit 29cdbab

Please sign in to comment.