lqfjun commited on
Commit
99fca03
1 Parent(s): 3f65370

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -18,7 +18,7 @@ RUN pip install flask requests gunicorn flask_cors
18
 
19
  COPY . .
20
 
21
- RUN apt install wireguard
22
 
23
 
24
 
 
18
 
19
  COPY . .
20
 
21
+ RUN apt install -y wireguard wireguard-tools
22
 
23
 
24