From 8fc31107b8de4aeb53304b6368a1ab9c7ba2a3dc Mon Sep 17 00:00:00 2001 From: Marie Date: Fri, 8 Dec 2023 02:08:26 +0100 Subject: [PATCH] fix: include build tools --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fc891ff9d..a635ce5fd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ RUN corepack enable WORKDIR /sharkey -RUN apk add git +RUN apk add git linux-headers build-base ENV PYTHONUNBUFFERED=1 RUN apk add --update python3 && ln -sf python3 /usr/bin/python