Skip to content

Commit

Permalink
image: Install bash-completion
Browse files Browse the repository at this point in the history
Signed-off-by: Philip Schmid <phisch@cisco.com>
  • Loading branch information
PhilipSchmid committed Oct 1, 2024
1 parent 514b5a9 commit 982dc75
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ COPY --from=tetragon-builder /go/src/github.com/cilium/tetragon/contrib/tetragon
COPY --from=tetragon-builder /go/src/github.com/cilium/tetragon/contrib/tetragon-rthooks/tetragon-oci-hook-setup /usr/bin/
COPY --from=gops /gops/gops /usr/bin/
COPY --from=bpf-builder /go/src/github.com/cilium/tetragon/bpf/objs/*.o /var/lib/tetragon/
RUN apk add --no-cache bash-completion && \
tetra completion bash | tee /etc/bash_completion.d/tetra > /dev/null && \
chmod a+r /etc/bash_completion.d/tetra
ENTRYPOINT ["/usr/bin/tetragon"]

# This target only builds with the `--target release` option and reduces the
Expand Down

0 comments on commit 982dc75

Please sign in to comment.