Skip to content

Commit

Permalink
fix chronicle-receiver path
Browse files Browse the repository at this point in the history
  • Loading branch information
apporc committed Oct 13, 2022
1 parent a6cb087 commit 2fef6fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion chronicle/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ FROM ubuntu:22.04

# copy chronicle install
COPY --from=build-stage /chronicle /chronicle
RUN ln -s /chronicle/chronicle-receiver /usr/local/bin/chronicle-receiver

# setup runtime env
ARG CHRONICLE_VERSION=v2.2
ENV CHRONICLE_VERSION=$CHRONICLE_VERSION
ENV PATH="/chronicle/bin:${PATH}"
ENV PATH="/usr/local/bin:${PATH}"

0 comments on commit 2fef6fc

Please sign in to comment.