ionvop commited on
Commit
5778004
·
verified ·
1 Parent(s): 99db8ef

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -4,6 +4,8 @@ FROM python:3.10-slim
4
  # Set working directory
5
  WORKDIR /app
6
 
 
 
7
  # Install dependencies
8
  COPY requirements.txt .
9
  RUN pip install --no-cache-dir -r requirements.txt
 
4
  # Set working directory
5
  WORKDIR /app
6
 
7
+ RUN apt-get update && apt-get install -y build-essential
8
+
9
  # Install dependencies
10
  COPY requirements.txt .
11
  RUN pip install --no-cache-dir -r requirements.txt