Skip to content

Commit

Permalink
Install openssh on docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
maykonlsf committed Dec 21, 2019
1 parent b385545 commit 816a22d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ RUN CGO_ENABLED=0 GOOS=linux go build -o semver cmd/semver/main.go

FROM alpine:3
COPY --from=builder /build/semver /bin/
RUN apk update && apk add --no-cache git bash
RUN apk update && apk add --no-cache git bash openssh
CMD ["./bash"]

0 comments on commit 816a22d

Please sign in to comment.