php-kilo/Dockerfile
Timothy Warren f2177e0b40
All checks were successful
timw4mail/php-kilo/pipeline/head This commit looks good
Update dockerfile for build
2022-08-23 14:51:05 -04:00

6 lines
167 B
Docker

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