We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1df22a commit 48412b0Copy full SHA for 48412b0
3 files changed
build/package/bitbucket-pipelines/Dockerfile
@@ -2,7 +2,6 @@ FROM alpine:3.8
2
3
RUN apk update
4
RUN apk add --no-cache git
5
-RUN apk add --no-cache the_silver_searcher
6
7
COPY ld-find-code-refs-bitbucket-pipeline /ld-find-code-refs-bitbucket-pipeline
8
build/package/cmd/Dockerfile
RUN apk add --no-cache openssh
COPY ld-find-code-refs /usr/local/bin/ld-find-code-refs
build/package/github-actions/Dockerfile
COPY ld-find-code-refs-github-action /ld-find-code-refs-github-action
0 commit comments