mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-11-23 14:46:07 +09:00
[docker] install linux-headers for re2/node-gyp
This commit is contained in:
parent
660d464c1e
commit
fb6929bd36
@ -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 . ./
|
||||
|
Loading…
Reference in New Issue
Block a user