BiznetGIO / whois-api

an API service for whois lookup
MIT License
1 stars 2 forks source link

Image build issue #7

Open sergeich5 opened 8 months ago

sergeich5 commented 8 months ago

Getting Issue while image build

Dockerfile:7
--------------------
   6 |     
   7 | >>> RUN apk update && \
   8 | >>>     apk --no-cache add python3 git && \
   9 | >>>     pip3 install -r requirements.txt && \
  10 | >>>     pip3 install gunicorn
  11 |     
--------------------
ERROR: failed to solve: process "/bin/sh -c apk update &&     apk --no-cache add python3 git &&     pip3 install -r requirements.txt &&     pip3 install gunicorn" did not complete successfully: exit code: 127
azzamsa commented 6 months ago

We have a plan to port this to Rust. Btw, do you have specific requirements for the API?