Bsweb1 commited on
Commit
78ec5d9
·
verified ·
1 Parent(s): 13d8454

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,7 +4,7 @@ WORKDIR /app
4
 
5
  RUN apt-get update && apt-get install -y git
6
 
7
- RUN git clone https://github.com/zoreu/doh_dns.git .
8
 
9
  RUN pip install --no-cache-dir -r requirements.txt
10
 
 
4
 
5
  RUN apt-get update && apt-get install -y git
6
 
7
+ RUN git clone https://github.com/flixtx/doh_dns.git .
8
 
9
  RUN pip install --no-cache-dir -r requirements.txt
10