Skip to content

Commit

Permalink
Add PATH to client Dockerfile (#389)
Browse files Browse the repository at this point in the history
Useful when SSH to client containers
  • Loading branch information
mlsmaycon authored Jul 12, 2022
1 parent 75a69ca commit a3c5fa1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM gcr.io/distroless/base:debug
ENV WT_LOG_FILE=console
ENV PATH=/sbin:/usr/sbin:/bin:/usr/bin:/busybox
SHELL ["/busybox/sh","-c"]
RUN sed -i -E 's/(^root:.+)\/sbin\/nologin/\1\/busybox\/sh/g' /etc/passwd
ENTRYPOINT [ "/go/bin/netbird","up"]
Expand Down

0 comments on commit a3c5fa1

Please sign in to comment.