proxy
proxy copied to clipboard
Help please, I'm stuck!!!! (exit code: 4)
I wanted to run Whatsapp proxy on windows 10 but I face this error which I attached in the message. Do you know any way that I can solve this problem? PS. the installation of docker has been successful and it works
executor failed running [/bin/sh -c apk --no-cache add curl openssl jq bash]: exit code: 4
Please try
docker build --no-cache proxy/ -t whatsapp-proxy:1.0
which will tell docker to not use a local image cache.
I tested it, but the problem was not solved and it showed the same error
Hmm in that case, you can utilize the pre-provided container (which is new). See the FAQ.md file on the homepage for information