Skip to content

Commit b0dc4d6

Browse files
committedFeb 15, 2025·
Fix #542
1 parent 2769558 commit b0dc4d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ RUN curl -Lo ZeroTierOne.tar.gz https://codeload.github.com/zerotier/ZeroTierOne
3232
FROM docker.io/ubuntu:latest
3333

3434
RUN apt-get update -y &&\
35-
apt-get install -y bash sudo netcat-openbsd libssl-dev ca-certificates
35+
apt-get install -y bash sudo netcat-openbsd libssl-dev ca-certificates openssh-server
3636

3737
COPY --chmod=700 ./entrypoint.sh /opt/zoraxy/
3838
COPY --from=build-zoraxy /usr/local/bin/zoraxy /usr/local/bin/zoraxy

0 commit comments

Comments
 (0)
Please sign in to comment.