hassio-addons icon indicating copy to clipboard operation
hassio-addons copied to clipboard

Remove the requested versions from the dockerfile

Open jbsky opened this issue 4 years ago • 1 comments
trafficstars

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

jbsky avatar Jun 12 '21 15:06 jbsky

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.

ex-ml avatar Jul 10 '21 21:07 ex-ml