From fea583a4958fe8a9527c0cfe6c035ea8a5683f61 Mon Sep 17 00:00:00 2001 From: Timothy J Warren Date: Wed, 4 Dec 2019 16:01:02 -0500 Subject: [PATCH] Satisfy missing dependency --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 01712ee..de49c07 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,2 +1,2 @@ FROM php:7.4-cli-alpine -RUN docker-php-ext-install ffi \ No newline at end of file +RUN apk add --no-cache libffi && docker-php-ext-install ffi \ No newline at end of file