Include pomerium-cli in the docker image by default. Fixes #1343. (#1345)

Size increases by 22MB.  (144MB -> 167MB)

This normalizes with expectations (and instructions, see impersonation
docs) that it will be there.
This commit is contained in:
Robert 2020-08-28 12:39:54 -07:00 committed by GitHub
parent 99f05e661a
commit 1846c71d94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,8 @@ COPY . .
# build
RUN make build-deps
RUN make build
RUN make build NAME=pomerium
RUN make build NAME=pomerium-cli
RUN touch /config.yaml
FROM gcr.io/distroless/base:debug