Skip to content
This repository was archived by the owner on May 27, 2025. It is now read-only.

Commit c8ca85f

Browse files
author
Luis Carlos
committed
new dockerfile
1 parent 2c57771 commit c8ca85f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

transcoder/Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@ FROM adoptopenjdk:13.0.2_8-jre-hotspot
33
RUN apt update
44
RUN apt install -y software-properties-common
55
RUN add-apt-repository -y ppa:jonathonf/ffmpeg-4
6-
RUN apt install -y ffmpeg
6+
RUN apt install -y ffmpeg
77
RUN ffmpeg -version
8-
### To shutdown gracefully need post call
9-
RUN apt install -y curl
108

119
COPY target/*.jar app.jar
1210
EXPOSE 8080

0 commit comments

Comments
 (0)