| giolekva | 7e73ba7 | 2021-12-03 13:14:20 +0400 | [diff] [blame^] | 1 | FROM alpine:latest |
| 2 | |||||
| 3 | COPY controller /usr/bin/nebula-controller | ||||
| 4 | RUN chmod +x /usr/bin/nebula-controller | ||||
| 5 | |||||
| 6 | RUN wget https://github.com/slackhq/nebula/releases/download/v1.4.0/nebula-linux-arm64.tar.gz -O nebula.tar.gz | ||||
| 7 | RUN tar -xvf nebula.tar.gz | ||||
| 8 | RUN mv nebula-cert /usr/bin | ||||
| 9 | RUN chmod +x /usr/bin/nebula-cert | ||||