Jagrut Thakare commited on
Commit
46c111c
·
1 Parent(s): 6c30ecc
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -9,7 +9,7 @@ ENV DEBIAN_FRONTEND=noninteractive \
9
 
10
  # Install Python 3.9 and git
11
  RUN apt-get update && \
12
- apt-get install -y ffmpeg python3.9 python3.9-distutils python3-pip git && \
13
  rm -rf /var/lib/apt/lists/*
14
 
15
  # Make python3.9 default
 
9
 
10
  # Install Python 3.9 and git
11
  RUN apt-get update && \
12
+ apt-get install -y ffmpeg python3.9 python3.9-distutils python3-pip git wget && \
13
  rm -rf /var/lib/apt/lists/*
14
 
15
  # Make python3.9 default