Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -4,7 +4,7 @@ WORKDIR /app
|
|
4 |
RUN apt-get update
|
5 |
RUN add-apt-repository -y ppa:savoury1/ffmpeg4
|
6 |
RUN apt-get update && apt-get -qq install -y ffmpeg
|
7 |
-
RUN apt-get install
|
8 |
build-essential \
|
9 |
curl \
|
10 |
software-properties-common \
|
|
|
4 |
RUN apt-get update
|
5 |
RUN add-apt-repository -y ppa:savoury1/ffmpeg4
|
6 |
RUN apt-get update && apt-get -qq install -y ffmpeg
|
7 |
+
RUN apt-get install \
|
8 |
build-essential \
|
9 |
curl \
|
10 |
software-properties-common \
|