Navya-Sree commited on
Commit
42da523
·
verified ·
1 Parent(s): 6f661ac

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -7
Dockerfile CHANGED
@@ -2,13 +2,7 @@ FROM python:3.13.5-slim
2
 
3
  WORKDIR /app
4
 
5
- RUN apt-get update && apt-get install -y \
6
- build-essential \
7
- curl \
8
- git \
9
- rustc \
10
- cargo \
11
- && rm -rf /var/lib/apt/lists/*
12
 
13
  # Install the build tools first
14
  RUN pip3 install --upgrade pip setuptools wheel
 
2
 
3
  WORKDIR /app
4
 
5
+ RUN apt-get update && apt-get install -y build-essential curl git && rm -rf /var/lib/apt/lists/*
 
 
 
 
 
 
6
 
7
  # Install the build tools first
8
  RUN pip3 install --upgrade pip setuptools wheel