themehmi commited on
Commit
ac5562e
·
verified ·
1 Parent(s): cedbbc1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -10,8 +10,8 @@ WORKDIR /app
10
  # Copy your requirements file
11
  COPY requirements.txt .
12
 
13
- RUN apt-get update && apt-get install -y \
14
- git \*
15
  # NOW install Python packages
16
  RUN pip install --no-cache-dir --upgrade pip && \
17
  pip install --no-cache-dir -r requirements.txt
 
10
  # Copy your requirements file
11
  COPY requirements.txt .
12
 
13
+ RUN git
14
+
15
  # NOW install Python packages
16
  RUN pip install --no-cache-dir --upgrade pip && \
17
  pip install --no-cache-dir -r requirements.txt