melromyeah commited on
Commit
bdefa49
·
verified ·
1 Parent(s): c5dbfe4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -5,6 +5,7 @@ WORKDIR /app
5
  RUN apt-get update && apt-get install -y --no-install-recommends \
6
  ffmpeg \
7
  git \
 
8
  && rm -rf /var/lib/apt/lists/*
9
 
10
  RUN pip install --no-cache-dir pip==24.0
 
5
  RUN apt-get update && apt-get install -y --no-install-recommends \
6
  ffmpeg \
7
  git \
8
+ build-essential \
9
  && rm -rf /var/lib/apt/lists/*
10
 
11
  RUN pip install --no-cache-dir pip==24.0