thedamn commited on
Commit
5829d9b
·
1 Parent(s): 88ca574
Files changed (1) hide show
  1. 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 cut git
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