diff --git a/docker/Dockerfile b/docker/Dockerfile index 074e276331..5bdfb333f4 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -30,6 +30,6 @@ RUN chown $USER:$USER /etc # This symbolic link exists for backwards compatibility reasons RUN ln -s /bin/confluent /confluent -RUN mkdir /etc/bash_completion.d && confluent completion bash > /etc/bash_completion.d/confluent +RUN mkdir -p /etc/bash_completion.d/ && confluent completion bash > /etc/bash_completion.d/confluent USER $USER