Skip to content

Commit

Permalink
Dockerfile.alpine: Install linux-headers package
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Dec 28, 2023
1 parent 675e9be commit 4620783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worker/Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM alpine

# Install dependencies.
RUN set -x \
&& apk add gcc g++ nodejs-current npm python3 py3-pip
&& apk add gcc g++ nodejs-current npm python3 py3-pip linux-headers

# Make CC and CXX point to gcc/g++.
ENV LANG="C.UTF-8"
Expand Down

0 comments on commit 4620783

Please sign in to comment.