Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -1,2 +1,3 @@
|
|
1 |
FROM niruix/sshwifty:latest
|
2 |
-
RUN ip addr
|
|
|
|
1 |
FROM niruix/sshwifty:latest
|
2 |
+
RUN ip addr
|
3 |
+
RUN ping 2a14:7dc0:100:101:101::563 -c 4
|