Skip to content

Commit

Permalink
++
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolay Mitrofanov <nikolay.mitrofanov@flant.com>
  • Loading branch information
name212 committed Jul 28, 2023
1 parent 1a2484a commit 2f0819e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ ARG SOURCE_REPO

ENV GOARCH=amd64
RUN apk add --no-cache make git && \
echo "${SOURCE_REPO:-https://github.com}/nabokihms/events_exporter.git" \
git clone --branch v0.0.4 --depth 1 ${SOURCE_REPO:-https://github.com}/nabokihms/events_exporter.git . && \
make build

Expand Down

0 comments on commit 2f0819e

Please sign in to comment.