From 6a9eaff4cd258f90e58d762b569948030ef15ba3 Mon Sep 17 00:00:00 2001 From: "Areli, Fuss (af732p)" Date: Sun, 27 May 2018 13:38:16 +0300 Subject: Fix Build failure Fix Build failure Change-Id: I0cb377cb2b2265e9daa1e6d1ba899dd17e62f21b Issue-ID: VVP-60 Signed-off-by: Areli, Fuss (af732p) --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 96a0e06..ba5be2a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -50,6 +50,7 @@ RUN apk add --no-cache \ linux-headers \ musl-dev \ postgresql-dev \ + libffi-dev \ && : COPY docker-entrypoint.sh / -- cgit 1.2.3-korg