Skip to content

Commit ac8edf4

Browse files
authored
Merge pull request #105 from polycube-network/pr/fix_docker_build
fix docker image building
2 parents c6f1f29 + a8a627a commit ac8edf4

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)