php-kilo/Dockerfile
Timothy Warren 5d0f05dc05
Some checks failed
timw4mail/php-kilo/pipeline/head There was a failure building this commit
Try to fix CI with different docker image
2021-03-04 09:12:41 -05:00

6 lines
169 B
Docker

FROM php:8-alpine3.13
RUN apk add --no-cache --virtual .persistent-deps libffi-dev \
&& docker-php-ext-configure ffi --with-ffi \
&& docker-php-ext-install ffi