-
Notifications
You must be signed in to change notification settings - Fork 453
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error building image #136
Comments
We've seen reports of this issue but have been unable to reproduce it locally. For now as a workaround, it'd be best to use the pre-built image hosted at https://hub.docker.com/r/facebook/whatsapp_proxy This can be retrieved with docker pull facebook/whatsapp_proxy |
Hello, I think the problem is because I installed docker with the snap install docker command. |
fix isus |
Get rid of the docker just install Haproxy directly on your server. it's very straightforward. Like it : https://github.com/kingofnull/whatsapp-proxy-behind-forward-proxy Personally I believe WhatsApp proxy is a piece of junk. They just copied their load balancing proxy config and introduce it as a feature. |
Before reporting a bug, please see our FAQ in FAQ.md!
Description
when I give the command:
docker build proxy/ -t whatsapp_proxy:1.0
I get the following error:
Sending build context to Docker daemon 18.43kB
Step 1/27 : FROM haproxy:lts-alpine
---> cf4bb5e21f49
Step 2/27 : USER root
---> Using cache
---> 5e6f31115683
Step 3/27 : RUN apk --no-cache add curl openssl jq bash
---> Running in 30daa02b354f
fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz
fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz
WARNING: Ignoring https://dl-cdn.alpinelinux.org/alpine/v3.17/main: temporary error (try again later)
WARNING: Ignoring https://dl-cdn.alpinelinux.org/alpine/v3.17/community: temporary error (try again later)
ERROR: unable to select packages:
bash (no such package):
required by: world[bash]
curl (no such package):
required by: world[curl]
jq (no such package):
required by: world[jq]
openssl (no such package):
required by: world[openssl]
The command '/bin/sh -c apk --no-cache add curl openssl jq bash' returned a non-zero code: 4
also try with:
docker build --no-cache proxy/ -t whatsapp-proxy:1.0
and i get the same error
Failed Step
More Details
operating system: ubuntu 22.4 x64
docker version: Docker version 20.10.17, build 100c70180f
The text was updated successfully, but these errors were encountered: