Skip to content

Commit 807c377

Browse files
committed
fix: added "gcc libc-dev libdffi-dev" to enable builds for mac
1 parent 73bde20 commit 807c377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ WORKDIR /
1313
COPY requirements.txt ./
1414

1515
# Intall dependencies
16-
RUN apk add --no-cache bash && \
16+
RUN apk add --no-cache bash gcc libc-dev libffi-dev && \
1717
pip install --no-cache-dir -r requirements.txt
1818

1919
# Copy your source code into the image

0 commit comments

Comments
 (0)