Skip to content

Commit f61a497

Browse files
committed
Install libffi in the slim images
* Seems to have gotten lost somewhere along the way
1 parent 88d10f0 commit f61a497

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

2/slim/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ ENV LANG C.UTF-8
1010
RUN apt-get update && apt-get install -y --no-install-recommends \
1111
ca-certificates \
1212
libexpat1 \
13+
libffi6 \
1314
libsqlite3-0 \
1415
&& rm -rf /var/lib/apt/lists/*
1516

3/slim/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ ENV LANG C.UTF-8
1010
RUN apt-get update && apt-get install -y --no-install-recommends \
1111
ca-certificates \
1212
libexpat1 \
13+
libffi6 \
1314
libsqlite3-0 \
1415
&& rm -rf /var/lib/apt/lists/*
1516

0 commit comments

Comments
 (0)