Spaces:
Sleeping
Sleeping
second commit
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -6,7 +6,7 @@ WORKDIR /app
|
|
6 |
|
7 |
# Install system packages using apt-get
|
8 |
RUN apt-get update \
|
9 |
-
&& apt-get install -y git
|
10 |
&& rm -rf /var/lib/apt/lists/*
|
11 |
|
12 |
# Copy the requirements file to the working directory
|
|
|
6 |
|
7 |
# Install system packages using apt-get
|
8 |
RUN apt-get update \
|
9 |
+
&& apt-get install -y git \
|
10 |
&& rm -rf /var/lib/apt/lists/*
|
11 |
|
12 |
# Copy the requirements file to the working directory
|