Skip to content

Commit 158ac22

Browse files
authored
add openssh dependency to CLI docker image (#52)
1 parent 9a3f3e4 commit 158ac22

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to the ld-find-code-refs program will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

55
## [0.3.0] - 2019-01-23
6+
7+
### Added
8+
- Added openssh as a dependency for the command-line docker image.
9+
610
### Changed
711
- The default for `contextLines` is now 2. To disable sending source code to LaunchDarkly, set the `contextLines` argument to `-1`.
812
- Improved logging to provide more detailed summaries of actions performed by the scanner.

build/package/cmd/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ FROM alpine:3.8
33
RUN apk update
44
RUN apk add --no-cache git
55
RUN apk add --no-cache the_silver_searcher
6+
RUN apk add --no-cache openssh
67

78
COPY ld-find-code-refs /usr/local/bin/ld-find-code-refs

0 commit comments

Comments
 (0)