Skip to content

Commit

Permalink
dockerfile: switch to libffi8
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Stephens <[email protected]>
  • Loading branch information
patrick-stephens committed Jun 5, 2024
1 parent 58e6506 commit 3291fc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ RUN echo "deb http://deb.debian.org/debian bookworm-backports main" >> /etc/apt/
libzstd1 \
liblz4-1 \
libgssapi-krb5-2 \
libldap-2.4-2 \
libldap-2.4 \
libgpg-error0 \
libkrb5-3 \
libk5crypto3 \
Expand All @@ -135,7 +135,7 @@ RUN echo "deb http://deb.debian.org/debian bookworm-backports main" >> /etc/apt/
libnettle8 \
libhogweed6 \
libgmp10 \
libffi7 \
libffi8 \
liblzma5 \
libyaml-0-2 && \
mkdir -p /dpkg/var/lib/dpkg/status.d/ && \
Expand Down

0 comments on commit 3291fc7

Please sign in to comment.