mirror of
https://github.com/pomerium/pomerium.git
synced 2025-04-29 02:16:28 +02:00
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:
parent
99f05e661a
commit
1846c71d94
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue