add c to build the module edgedb

This commit is contained in:
2024-05-05 22:50:02 +02:00
parent 7dd46dd72b
commit ac7c397093
+2
View File
@@ -1,5 +1,7 @@
FROM python:alpine
RUN apk add --no-cache build-base
# Install app
COPY . /app
WORKDIR /app