BinaryONe commited on
Commit
4963c74
·
1 Parent(s): 10f85c5

Minor Changes

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -3
Dockerfile CHANGED
@@ -3,9 +3,9 @@ FROM nikolaik/python-nodejs:python3.9-nodejs18
3
  ENV TZ="Asia/India"
4
  RUN date
5
 
6
- RUN apt-get install autoconf automake build-essential libtool pkg-config \
7
- libavcodec-dev libavformat-dev libavfilter-dev libavdevice-dev \
8
- libavutil-dev libswscale-dev libswresample-dev libx264
9
 
10
  RUN apt-get update -y && apt-get upgrade -y \
11
  && apt-get install -y --no-install-recommends ffmpeg \
 
3
  ENV TZ="Asia/India"
4
  RUN date
5
 
6
+ #RUN apt-get install autoconf automake build-essential libtool pkg-config \
7
+ # libavcodec-dev libavformat-dev libavfilter-dev libavdevice-dev \
8
+ # libavutil-dev libswscale-dev libswresample-dev libx264
9
 
10
  RUN apt-get update -y && apt-get upgrade -y \
11
  && apt-get install -y --no-install-recommends ffmpeg \