diff options
author | Christian Breunig <christian@breunig.cc> | 2024-01-03 00:02:14 +0100 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2024-01-05 21:40:00 +0100 |
commit | d8100d30b52ade0e6b37fcf9da0e2b99664cb395 (patch) | |
tree | 9a7c7b3178e6336682a8fda4120d264729fbbd1f /docker | |
parent | 50285486855b9813017ea97d3a845727dcd3bb65 (diff) | |
download | vyos-build-d8100d30b52ade0e6b37fcf9da0e2b99664cb395.tar.gz vyos-build-d8100d30b52ade0e6b37fcf9da0e2b99664cb395.zip |
Kernel: T5887: update Linux Kernel to v6.6.9
(cherry picked from commit cc04a75932345ba37e4e18f82ae3f85330cedf68)
Diffstat (limited to 'docker')
-rw-r--r-- | docker/Dockerfile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index dc298ec8..62601912 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 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 |