FROM maven:3-eclipse-temurin-21 RUN apt-get update && \ apt-get install -y ffmpeg && \ rm -rf /var/lib/apt/lists/* WORKDIR /app