diff options
Diffstat (limited to 'kud/deployment_infra/installers/Dockerfile.iavf-driver-installer')
-rw-r--r-- | kud/deployment_infra/installers/Dockerfile.iavf-driver-installer | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kud/deployment_infra/installers/Dockerfile.iavf-driver-installer b/kud/deployment_infra/installers/Dockerfile.iavf-driver-installer index 9882c2f7..8d4593a6 100644 --- a/kud/deployment_infra/installers/Dockerfile.iavf-driver-installer +++ b/kud/deployment_infra/installers/Dockerfile.iavf-driver-installer @@ -19,6 +19,7 @@ RUN apt-get update && \ rm -rf /var/lib/apt/lists/* COPY _common.sh / +COPY skb-frag-off.patch / COPY entrypoint-iavf-driver-installer.sh /entrypoint.sh CMD /entrypoint.sh |