randydev commited on
Commit
7287535
·
verified ·
1 Parent(s): 4bda8db

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -26,7 +26,7 @@ WORKDIR /usr/src/app
26
 
27
  # Copy application code and install Python dependencies
28
  COPY . .
29
- RUN pip3 install --upgrade pip setuptools==59.6.0
30
  COPY requirements.txt .
31
  RUN pip3 install -r requirements.txt
32
 
 
26
 
27
  # Copy application code and install Python dependencies
28
  COPY . .
29
+ RUN pip3 install --upgrade pip setuptools
30
  COPY requirements.txt .
31
  RUN pip3 install -r requirements.txt
32