Install ca-certs in the Management docker image build (#650)

This commit is contained in:
Misha Bragin 2023-01-11 07:19:22 +00:00 committed by GitHub
parent d4d8c5f037
commit afaf0660be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
FROM ubuntu:22.04
RUN apt update && apt install -y ca-certificates && rm -fr /var/cache/apt
ENTRYPOINT [ "/go/bin/netbird-mgmt","management"]
CMD ["--log-file", "console"]
COPY netbird-mgmt /go/bin/netbird-mgmt