Skip to content

Commit

Permalink
Fix Alpine dockerfile build issue (#2783)
Browse files Browse the repository at this point in the history
Co-authored-by: Brian Strauch <[email protected]>
  • Loading branch information
sgagniere and brianstrauch authored May 30, 2024
1 parent 9595139 commit 100fe02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 100fe02

Please sign in to comment.