Skip to content

Commit a8a627a

Browse files
install.sh: fix docker image building
bash-completion was missing. Signed-off-by: Mauricio Vasquez B <mauriciovasquezbernal@gmail.com>
1 parent c6f1f29 commit a8a627a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ PACKAGES+=" autoconf libtool m4 automake"
8282
PACKAGES+=" libssl-dev" # needed for certificate based security
8383
PACKAGES+=" sudo" # needed for pcn-iptables, when building docker image
8484
PACKAGES+=" kmod" # needed for pcn-iptables, when using lsmod to unload conntrack if not needed
85-
PACKAGES+=" jq" # needed for polycubectl bash autocompletion
85+
PACKAGES+=" jq bash-completion" # needed for polycubectl bash autocompletion
8686

8787
if [ "$MODE" == "pcn-k8s" ]; then
8888
PACKAGES+=" curl" # needed for pcn-k8s to download a binary

0 commit comments

Comments
 (0)