Platapai commited on
Commit
4a1de7f
·
verified ·
1 Parent(s): 6f54d5a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -2,7 +2,7 @@ FROM python:3.10-slim-buster
2
 
3
  WORKDIR /app
4
 
5
- RUN apt-get update && apt-get install -y git
6
 
7
  RUN git clone https://github.com/L3m0n-Cao/Reveal.git .
8
 
 
2
 
3
  WORKDIR /app
4
 
5
+ RUN apt-get update && apt-get install -y git wget
6
 
7
  RUN git clone https://github.com/L3m0n-Cao/Reveal.git .
8