php-kilo/Dockerfile
Timothy J Warren 8eae0c7822
Some checks failed
timw4mail/php-kilo/pipeline/head There was a failure building this commit
Attempt to fix CI tests
2021-03-03 20:28:27 -05:00

6 lines
169 B
Docker

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