mirror of
https://github.com/netbirdio/netbird.git
synced 2024-11-07 08:44:07 +01:00
6857734c48
Add MACOSX_DEPLOYMENT_TARGET and MACOS_DEPLOYMENT_TARGET to target build compatible with macOS 11+ instead of relying on the builder's local Xcode version.
5 lines
182 B
Docker
5 lines
182 B
Docker
FROM alpine:3.19
|
|
RUN apk add --no-cache ca-certificates iptables ip6tables
|
|
ENV NB_FOREGROUND_MODE=true
|
|
ENTRYPOINT [ "/usr/local/bin/netbird","up"]
|
|
COPY netbird /usr/local/bin/netbird |