davidramosweb / hassio-addons

More add-ons for your Hass.io.
25 stars 79 forks source link

Remove the requested versions from the dockerfile #20

Open jbsky opened 3 years ago

jbsky commented 3 years ago

Hello,

I have this error here:

Step 6/17 : RUN apk update && apk add --no-cache bash jq iw hostapd networkmanager=1.20.8-r0 net-tools=1.60_git20140218-r2 sudo=1.8.31-r0 && rm -rf /var/cache/apk/* ---> Running in c12ed4f33348 fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/armv7/APKINDEX.tar.gz fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/armv7/APKINDEX.tar.gz v3.13.5-194-g1274644b64 [https://dl-cdn.alpinelinux.org/alpine/v3.13/main] v3.13.5-187-g1477654ee3 [https://dl-cdn.alpinelinux.org/alpine/v3.13/community] OK: 13497 distinct packages available fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/armv7/APKINDEX.tar.gz fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/armv7/APKINDEX.tar.gz ERROR: unable to select packages:

networkmanager-1.26.6-r1: breaks: world[networkmanager=1.20.8-r0] sudo-1.9.5p2-r0: breaks: world[sudo=1.8.31-r0] Removing intermediate container c12ed4f33348

Please remove the requested versions in the Dockerfile.

Sincerely,

Julien Blais

mattlongman commented 3 years ago

Hi @jbsky. I had this same problem and a PR hasn't been merged, so instead I've got a forked version here: https://github.com/mattlongman/Hassio-Access-Point. It fixes this problem, and adds some extra customisation options.