diff --git a/Reader/Dockerfile b/Reader/Dockerfile index 639627ed..f7790028 100644 --- a/Reader/Dockerfile +++ b/Reader/Dockerfile @@ -3,6 +3,6 @@ EXPOSE 8080 RUN mkdir -p /src/input RUN apt update -y -RUN apt install -y libav-tools +RUN apt install -y ffmpeg COPY ./build/libs/reader.jar /usr/share/app/app.jar \ No newline at end of file