blob: fa0b2b749ee276959eb23c5498e66e063e544f09 [file] [log] [blame]
giolekva7e73ba72021-12-03 13:14:20 +04001FROM alpine:latest
2
3COPY controller /usr/bin/nebula-controller
4RUN chmod +x /usr/bin/nebula-controller
5
6RUN wget https://github.com/slackhq/nebula/releases/download/v1.4.0/nebula-linux-arm64.tar.gz -O nebula.tar.gz
7RUN tar -xvf nebula.tar.gz
8RUN mv nebula-cert /usr/bin
9RUN chmod +x /usr/bin/nebula-cert