From ac7c3970939583e7f92ccf0c5f108fc4e67dfc4e Mon Sep 17 00:00:00 2001 From: Daniel Dolezal Date: Sun, 5 May 2024 22:50:02 +0200 Subject: [PATCH] add c to build the module edgedb --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 27ed62f..e14ba9f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,7 @@ FROM python:alpine +RUN apk add --no-cache build-base + # Install app COPY . /app WORKDIR /app