We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8d045a9 + d3fd101 commit 4d08cfaCopy full SHA for 4d08cfa
1 file changed
Dockerfile
@@ -8,7 +8,7 @@ ENV \
8
PYTHONFAULTHANDLER=1
9
10
RUN apt-get update && \
11
- apt-get install -y --no-install-recommends build-essential gcc curl && \
+ apt-get install -y --no-install-recommends build-essential gcc curl libffi-dev && \
12
rm -rf /var/lib/apt/lists/*
13
14
RUN useradd --create-home appuser
0 commit comments