Skip to content

Commit

Permalink
Merge pull request #3 from maykonlf/hotfix/missing-ssh-command
Browse files Browse the repository at this point in the history
Install openssh on docker build
  • Loading branch information
maykonlsf authored Dec 21, 2019
2 parents b385545 + 816a22d commit d2447f2
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 d2447f2

Please sign in to comment.