Fix cgo dependencies in the management docker container (#649)

This commit is contained in:
Misha Bragin 2023-01-10 16:24:51 +00:00 committed by GitHub
parent e5adc1eb23
commit d4d8c5f037
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM gcr.io/distroless/base
FROM ubuntu:22.04
ENTRYPOINT [ "/go/bin/netbird-mgmt","management"]
CMD ["--log-file", "console"]
COPY netbird-mgmt /go/bin/netbird-mgmt
COPY netbird-mgmt /go/bin/netbird-mgmt