klentyboopathi commited on
Commit
1a975f5
·
1 Parent(s): a3ec30a
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -7,6 +7,7 @@ WORKDIR /app
7
  # Install Python dependencies
8
  COPY requirements.txt .
9
  RUN pip install --no-cache-dir -r requirements.txt
 
10
 
11
  # Copy the backend code
12
  COPY . .
 
7
  # Install Python dependencies
8
  COPY requirements.txt .
9
  RUN pip install --no-cache-dir -r requirements.txt
10
+ RUN apt install wget
11
 
12
  # Copy the backend code
13
  COPY . .