diff options
author | Christian Breunig <christian@breunig.cc> | 2024-01-03 00:02:14 +0100 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2024-01-04 21:47:59 +0100 |
commit | cc04a75932345ba37e4e18f82ae3f85330cedf68 (patch) | |
tree | ad67a8df6c3c67243e5c2c981dfdae168f80d214 /docker | |
parent | db11c4bcefba6c03b4559dd4eee1c8e5265bb189 (diff) | |
download | vyos-build-cc04a75932345ba37e4e18f82ae3f85330cedf68.tar.gz vyos-build-cc04a75932345ba37e4e18f82ae3f85330cedf68.zip |
Kernel: T5887: update Linux Kernel to v6.6.9
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 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 |