Skip to content

Commit 89dfb6e

Browse files
committed
Include libffi-dev in conda image
1 parent b1b7bb3 commit 89dfb6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/conda/Dockerfile.conda

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ FROM deepnote/python:${PYTHON_VERSION}${CIRCLE_PULL_REQUEST:+-ra-${CIRCLE_PULL_R
55
RUN apt-get update && \
66
apt-get install -y --no-install-recommends \
77
tini \
8+
libffi-dev \
89
libglib2.0-0 libxext6 libsm6 libxrender1 && \
910
apt-get clean && \
1011
rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)