From fb6929bd36f566f076d4cf5fc80928be4fad1692 Mon Sep 17 00:00:00 2001 From: Mae Dartmann Date: Mon, 29 Jul 2024 14:16:33 +0200 Subject: [PATCH] [docker] install linux-headers for re2/node-gyp --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d612c0851..1ef3ef790 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 . ./