diff options
| author | Jonas Kohl | 2024-09-16 19:32:09 +0200 | 
|---|---|---|
| committer | Jonas Kohl | 2024-09-16 19:32:09 +0200 | 
| commit | 6b7e714b59e28bc138681662006941274c3261af (patch) | |
| tree | c683082c0a00681542db02d415bd45968f0a517b /Dockerfile | |
| parent | fd3d969cf658475709db6a1e5090069cce51cbbd (diff) | |
A lot more stuff
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 1 | 
1 files changed, 1 insertions, 0 deletions
| @@ -12,6 +12,7 @@ RUN apt update && apt install -y \      libfreetype6-dev \      libpq-dev \      libicu-dev \ +    ffmpeg \      ;  RUN docker-php-ext-configure gd \      --with-webp \ |