Satisfy missing dependency
Gitea - Tutorials/php-kilo/master There was a failure building this commit Details

This commit is contained in:
Timothy Warren 2019-12-04 16:01:02 -05:00
parent 94a3e2df7a
commit fea583a495
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
FROM php:7.4-cli-alpine
RUN docker-php-ext-install ffi
RUN apk add --no-cache libffi && docker-php-ext-install ffi