add c to build the module edgedb
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
FROM python:alpine
|
||||
|
||||
RUN apk add --no-cache build-base
|
||||
|
||||
# Install app
|
||||
COPY . /app
|
||||
WORKDIR /app
|
||||
|
||||
Reference in New Issue
Block a user