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