thedamn commited on
Commit
e9c9e5c
·
1 Parent(s): b199aa3

second commit

Browse files
Files changed (1) hide show
  1. 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 grep cut \
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