mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-10 19:29:46 +00:00
move pkg config from Dockerfile to build.yml
Signed-off-by: Robin Winkelewski <w9ncontact@gmail.com>
This commit is contained in:
@@ -24,4 +24,3 @@ ENTRYPOINT []
|
||||
CMD []
|
||||
WORKDIR /
|
||||
COPY --from=mirror /out/ /
|
||||
LABEL org.mobyproject.config='{"capabilities": ["CAP_NET_ADMIN", "CAP_NET_RAW"]}'
|
||||
|
@@ -1,2 +1,6 @@
|
||||
image: ip
|
||||
network: true
|
||||
config:
|
||||
capabilities:
|
||||
- CAP_NET_ADMIN
|
||||
- CAP_NET_RAW
|
||||
|
Reference in New Issue
Block a user