[docker] install linux-headers for re2/node-gyp
This commit is contained in:
parent
660d464c1e
commit
fb6929bd36
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ FROM alpine:3.20 as build
|
||||||
WORKDIR /iceshrimp
|
WORKDIR /iceshrimp
|
||||||
|
|
||||||
# Install compilation dependencies
|
# 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 in all files for the build
|
||||||
COPY . ./
|
COPY . ./
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue