Skip to content

Commit

Permalink
Add ssl certificates to scratch image
Browse files Browse the repository at this point in the history
  • Loading branch information
arekkas committed Nov 6, 2017
1 parent 4d6d8bf commit 56a3243
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "-s -X github.com/or

FROM scratch

COPY --from=0 /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
COPY --from=0 /go/src/github.com/ory/oathkeeper/oathkeeper /oathkeeper

ENTRYPOINT ["/oathkeeper"]

0 comments on commit 56a3243

Please sign in to comment.