mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
586c38d700
PiperOrigin-RevId: 616237209
6 lines
99 B
Docker
6 lines
99 B
Docker
FROM alpine
|
|
|
|
RUN apk add libcap
|
|
|
|
RUN cp /bin/busybox /mnt/cat && setcap cap_net_admin+ep /mnt/cat
|