Skip to content

Commit

Permalink
kernel-headers-test: update dockerfile to bullseye
Browse files Browse the repository at this point in the history
Change-type: patch
Signed-off-by: Alex Gonzalez <[email protected]>
  • Loading branch information
alexgg committed Sep 5, 2023
1 parent c1fb1e6 commit 2311dab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meta-balena-common/recipes-kernel/linux/files/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM balenalib/intel-nuc-debian:buster-20210705
FROM balenalib/intel-nuc-debian:bullseye-20230328

# Install dependencies
RUN apt-get update && apt-get install -y curl wget build-essential libelf-dev bc flex libssl-dev bison gcc-arm-linux-gnueabi gcc-aarch64-linux-gnu python-minimal
RUN apt-get update && apt-get install -y curl wget build-essential libelf-dev bc flex libssl-dev bison gcc-arm-linux-gnueabi gcc-aarch64-linux-gnu python3-minimal

# Fetch kernel module headers built and source
ADD example_module /usr/src/app/example_module_headers_src/
Expand Down

0 comments on commit 2311dab

Please sign in to comment.