We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4111ce6 commit 3e5cc37Copy full SHA for 3e5cc37
1 file changed
images/virt-launcher/werf.inc.yaml
@@ -126,9 +126,6 @@ packages:
126
- hwclock
127
- iptables
128
- libffi8
129
- - nftables
130
- - numactl
131
- - openssl
132
- passt
133
- pcre
134
- procps
@@ -152,6 +149,8 @@ binaries:
152
149
- /usr/bin/memhog /usr/bin/migratepages /usr/bin/migspeed /usr/bin/numactl /usr/bin/numastat
153
150
# Hwclock
154
151
- /usr/sbin/hwclock
+ # Nftables
+ - /usr/sbin/nft
155
{{- end -}}
156
157
{{ $virtLauncherDependencies := include "virt-launcher-dependencies" . | fromYaml }}
0 commit comments