diff options
author | Christian Breunig <christian@breunig.cc> | 2024-01-04 21:50:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-04 21:50:12 +0100 |
commit | 614bb6bf383a6122a30b2e8cb5c6fc394acc663f (patch) | |
tree | ad67a8df6c3c67243e5c2c981dfdae168f80d214 /docker/Dockerfile | |
parent | db11c4bcefba6c03b4559dd4eee1c8e5265bb189 (diff) | |
parent | cc04a75932345ba37e4e18f82ae3f85330cedf68 (diff) | |
download | vyos-build-614bb6bf383a6122a30b2e8cb5c6fc394acc663f.tar.gz vyos-build-614bb6bf383a6122a30b2e8cb5c6fc394acc663f.zip |
Merge pull request #482 from c-po/kernel-6.6
Kernel: T5887: update Linux Kernel to v6.6.9
Diffstat (limited to 'docker/Dockerfile')
-rw-r--r-- | docker/Dockerfile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index 953ea4c6..219a8065 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2022 VyOS maintainers and contributors +# Copyright (C) 2018-2024 VyOS maintainers and contributors # # This program is free software; you can redistribute it and/or modify # in order to easy exprort images built to "external" world @@ -191,7 +191,9 @@ RUN apt-get update && apt-get install -y \ kmod \ cpio \ python-is-python3 \ - dwarves + dwarves \ + nasm \ + rdfind # Packages needed for Intel QAT out-of-tree drivers # FPM is used when generation Debian pckages for e.g. Intel QAT drivers |