Skip to content

Commit

Permalink
Enable SSH Login for docker (#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
braginini authored Jul 7, 2022
1 parent ff729f6 commit ae8e3ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FROM gcr.io/distroless/base:debug
ENV WT_LOG_FILE=console
SHELL ["/busybox/sh","-c"]
RUN sed -i -E 's/(^root:.+)\/sbin\/nologin/\1\/busybox\/sh/g' /etc/passwd
ENTRYPOINT [ "/go/bin/netbird","up"]
COPY netbird /go/bin/netbird

0 comments on commit ae8e3ad

Please sign in to comment.