Skip to content

Commit

Permalink
Merge pull request #22 from geowa4/fix-certificate-error
Browse files Browse the repository at this point in the history
Fix certificate error in Docker image.
  • Loading branch information
Kristian authored Jul 29, 2018
2 parents 7e98f00 + 3bf065b commit b874066
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ ENV ARCH amd64
RUN make build-release

FROM alpine
COPY --from=builder /go/src/github.com/itsdalmo/ssm-sh/ssm-sh-linux-amd64 /bin/ssm-sh
RUN apk --no-cache add ca-certificates
ENTRYPOINT ["/bin/ssm-sh"]
CMD ["--help"]
COPY --from=builder /go/src/github.com/itsdalmo/ssm-sh/ssm-sh-linux-amd64 /bin/ssm-sh

0 comments on commit b874066

Please sign in to comment.