Skip to content

Commit

Permalink
Build debug-agent image from distroless image (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkanng authored and aylei committed May 14, 2019
1 parent c753ada commit 412fc4a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
FROM alpine:3.4
RUN apk add --update --no-cache ca-certificates && rm /var/cache/apk/*
FROM gcr.io/distroless/static

COPY ./debug-agent /bin/debug-agent
EXPOSE 10027
Expand Down

0 comments on commit 412fc4a

Please sign in to comment.