We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88d10f0 commit f61a497Copy full SHA for f61a497
2/slim/Dockerfile
@@ -10,6 +10,7 @@ ENV LANG C.UTF-8
10
RUN apt-get update && apt-get install -y --no-install-recommends \
11
ca-certificates \
12
libexpat1 \
13
+ libffi6 \
14
libsqlite3-0 \
15
&& rm -rf /var/lib/apt/lists/*
16
3/slim/Dockerfile
0 commit comments