From 48b624a23d063e4aa3630b85a3de54230649e076 Mon Sep 17 00:00:00 2001 From: meyric Date: Fri, 12 Jul 2024 12:47:01 +0100 Subject: [PATCH] Can we build ffi now? --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0c558ae..b870913 100644 --- a/Dockerfile +++ b/Dockerfile @@ -42,7 +42,7 @@ FROM base # Install packages needed for running the tests RUN apt-get update -qq && \ - apt-get install --no-install-recommends -y curl git && \ + apt-get install --no-install-recommends -y build-essentials curl git && \ rm -rf /var/lib/apt/lists /var/cache/apt/archives # Copy built artifacts: gems, application