7H4M3R commited on
Commit
01f28de
·
verified ·
1 Parent(s): 6fe9358

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 \