Commit 0442dcc6 authored by bitsoko services's avatar bitsoko services 👷🏿

Update Dockerfile

parent b1e63ce8
......@@ -45,6 +45,10 @@ RUN ls -la /bits/*
RUN mkdir /var/lib/zerotier-one
RUN cd /root && git clone https://github.com/lightninglabs/pool && cd pool && export GOPATH=/go && export PATH=$GOPATH/bin:/usr/local/go/bin:$PATH && make install
#RUN apt-get update && apt-get install ca-certificates curl gnupg -y && curl -sSL https://pkgs.netbird.io/debian/public.key | gpg --dearmor --output /usr/share/keyrings/netbird-archive-keyring.gpg && echo 'deb [signed-by=/usr/share/keyrings/netbird-archive-keyring.gpg] https://pkgs.netbird.io/debian stable main' | sudo tee /etc/apt/sources.list.d/netbird.list
#RUN apt-get update && apt-get install netbird && apt-get install netbird-ui && netbird up --setup-key CF296ECF-1B43-416C-BF36-2AA5A9C9505D --management-url http://localhost:33073
#RUN curl -fsSL https://pkgs.netbird.io/install.sh | sh && netbird up --setup-key CF296ECF-1B43-416C-BF36-2AA5A9C9505D --management-url http://localhost:33073
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment