Spaces:
Sleeping
Sleeping
4 commit
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -5,7 +5,7 @@ FROM ubuntu:latest
|
|
5 |
RUN apt-get update
|
6 |
|
7 |
# Install system packages
|
8 |
-
RUN apt-get install -y grep
|
9 |
|
10 |
# Set the working directory in the container
|
11 |
WORKDIR /app
|
|
|
5 |
RUN apt-get update
|
6 |
|
7 |
# Install system packages
|
8 |
+
RUN apt-get install -y grep git
|
9 |
|
10 |
# Set the working directory in the container
|
11 |
WORKDIR /app
|