ykl45 commited on
Commit
dbfd3b7
·
verified ·
1 Parent(s): b4057b0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,6 +1,6 @@
1
  FROM python:3.11
2
  RUN apt update
3
- RUN apt install git
4
  RUN git clone https://github.com/renqabs/notdiamond2api.git /app
5
  WORKDIR app
6
  RUN pip install -r requirements.txt
 
1
  FROM python:3.11
2
  RUN apt update
3
+ RUN apt install -y git
4
  RUN git clone https://github.com/renqabs/notdiamond2api.git /app
5
  WORKDIR app
6
  RUN pip install -r requirements.txt