summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorMarie <marie@kaifa.ch>2023-12-08 02:08:26 +0100
committerGitHub <noreply@github.com>2023-12-08 02:08:26 +0100
commit8fc31107b8de4aeb53304b6368a1ab9c7ba2a3dc (patch)
tree1b322ffcb2f1516a95f4d6517fb75a134894ad49 /Dockerfile
parentupd: add python (diff)
downloadsharkey-8fc31107b8de4aeb53304b6368a1ab9c7ba2a3dc.tar.gz
sharkey-8fc31107b8de4aeb53304b6368a1ab9c7ba2a3dc.tar.bz2
sharkey-8fc31107b8de4aeb53304b6368a1ab9c7ba2a3dc.zip
fix: include build tools
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index fc891ff9d8..a635ce5fdb 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