ionvop commited on
Commit
82f1532
·
verified ·
1 Parent(s): 412104f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,7 +1,7 @@
1
  FROM python:3.10-slim
2
 
3
  RUN apt-get update && \
4
- apt-get install -y ffmpeg wget && \
5
  rm -rf /var/lib/apt/lists/*
6
 
7
  WORKDIR /app
 
1
  FROM python:3.10-slim
2
 
3
  RUN apt-get update && \
4
+ apt-get install -y build-essential ffmpeg wget && \
5
  rm -rf /var/lib/apt/lists/*
6
 
7
  WORKDIR /app