Skip to content

Commit

Permalink
Install generic linux-headers package
Browse files Browse the repository at this point in the history
  • Loading branch information
garyttierney committed Oct 11, 2024
1 parent b55ee3d commit 8872099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM docker.io/library/rust:1.81-bookworm as builder
ARG TARGET="x86_64-unknown-linux-gnu"
ARG TARGET_CPU="native"

RUN apt-get update -y && apt-get install -y linux-headers-$(uname -r) git libc6-dev
RUN apt-get update -y && apt-get install -y linux-headers-generic git libc6-dev
RUN rustup install stable

WORKDIR /build
Expand Down

0 comments on commit 8872099

Please sign in to comment.