Reaperxxxx commited on
Commit
ecb6ee8
·
verified ·
1 Parent(s): f08c77b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -7,7 +7,7 @@ WORKDIR /app
7
 
8
  RUN apk update && apk add --no-cache git gcc musl-dev libffi-dev
9
 
10
- RUN git clone https://github.com/ReirLair/info.git .
11
 
12
  RUN pip install --upgrade pip && \
13
  pip install httpx flask flask-cors cachetools protobuf pycryptodome asgiref
 
7
 
8
  RUN apk update && apk add --no-cache git gcc musl-dev libffi-dev
9
 
10
+ RUN git clone https://github.com/ReirLair/infox.git .
11
 
12
  RUN pip install --upgrade pip && \
13
  pip install httpx flask flask-cors cachetools protobuf pycryptodome asgiref