From c315fafc0ba603c4de201bcab02c6017f1d1125e Mon Sep 17 00:00:00 2001 From: 24c02 <163450896+24c02@users.noreply.github.com> Date: Fri, 30 Jan 2026 14:03:44 -0500 Subject: [PATCH] ffi --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f14b6e5..ff1a1ad 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,7 +32,7 @@ FROM base AS build # Install packages needed to build gems and Node.js/Yarn ARG NODE_VERSION RUN apt-get update -qq && \ - apt-get install --no-install-recommends -y build-essential git libyaml-dev pkg-config curl && \ + apt-get install --no-install-recommends -y build-essential git libyaml-dev libffi-dev pkg-config curl && \ curl -fsSL https://deb.nodesource.com/setup_${NODE_VERSION}.x | bash - && \ apt-get install --no-install-recommends -y nodejs && \ corepack enable && \