diff --git a/Dockerfile b/Dockerfile index acaa1cd5..bb417f53 100644 --- a/Dockerfile +++ b/Dockerfile @@ -77,7 +77,7 @@ RUN zypper -n install \ container-scripts/config-warewulf \ /container &&\ mkdir -p /usr/share/bash_completion/completions/ &&\ - cp /etc/warewulf/bash_completion.d/warewulf /usr/share/bash_completion/completions/warewulf &&\ + cp /etc/warewulf/bash_completion.d/* /usr/share/bash_completion/completions/ &&\ mv -v container-scripts/ww4-config.service /etc/systemd/system/ &&\ mv -v container-scripts/warewulfd.service /etc/systemd/system/ &&\ systemctl enable ww4-config &&\