1
0
mirror of git://f0xx.org/android_cast synced 2026-07-29 05:58:14 +03:00
This commit is contained in:
Anton Afanasyeu
2026-05-27 16:44:50 +02:00
parent 92fc65e02e
commit 43f802de5d
19 changed files with 957 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
FROM php:8.2-fpm-alpine
RUN apk add --no-cache bash icu-dev libzip-dev oniguruma-dev mariadb-client sqlite-dev \
&& docker-php-ext-install pdo pdo_mysql pdo_sqlite \
&& rm -rf /var/cache/apk/*
WORKDIR /workspace/examples/crash_reporter/backend