diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..7ebe707 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,5 @@ +FROM uqlibrary/php80-fpm:20210329 + +ENV COMPOSER_ALLOW_SUPERUSER=1 + +RUN apk add --update --no-cache php8-pecl-pcov --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing/