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 . ./