Skip to content

Commit ab85e26

Browse files
authored
Add network capabilities to ping utils (#40)
1 parent 4080727 commit ab85e26

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

base/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ WORKDIR "/root"
4646

4747
USER root
4848

49+
RUN setcap cap_net_raw+p /usr/bin/ping
50+
4951
COPY --from=yq /usr/bin/yq /usr/local/bin/yq
5052

5153
RUN chmod a+x /usr/local/bin/yq

0 commit comments

Comments
 (0)