[docker] install linux-headers for re2/node-gyp

This commit is contained in:
Mae Dartmann 2024-07-29 14:16:33 +02:00
parent 660d464c1e
commit fb6929bd36
No known key found for this signature in database
GPG Key ID: CF32974F4DE152B9

View File

@ -4,7 +4,7 @@ FROM alpine:3.20 as build
WORKDIR /iceshrimp
# Install compilation dependencies
RUN apk add --no-cache --no-progress git alpine-sdk python3 py3-setuptools nodejs-current npm
RUN apk add --no-cache --no-progress git alpine-sdk python3 py3-setuptools nodejs-current npm linux-headers
# Copy in all files for the build
COPY . ./