balena-io-examples / hostapd-enterprise

Resin multicontainer hostapd-powered access point with WPA-EAP (Enterprise) authentication
6 stars 0 forks source link

Build fails for dnsmasq container #1

Open gtklocker opened 5 years ago

gtklocker commented 5 years ago
[Build]   [dnsmasq]  ---> Running in 0ce69e2cd91b
[Build]   [dnsmasq] Get:1 http://archive.raspberrypi.org jessie InRelease [22.9 kB]
[Build]   [dnsmasq] Get:2 http://archive.raspbian.org jessie InRelease [15.0 kB]
[Build]   [dnsmasq] Ign http://deb.debian.org jessie InRelease
[Build]   [dnsmasq] Get:3 http://deb.debian.org jessie-updates InRelease [7340 B]
[Build]   [dnsmasq] Get:4 http://deb.debian.org jessie Release.gpg [2420 B]
[Build]   [dnsmasq] Get:5 http://security.debian.org jessie/updates InRelease [44.9 kB]
[Build]   [dnsmasq] Get:6 http://deb.debian.org jessie Release [148 kB]
[Build]   [dnsmasq] Get:7 http://archive.raspbian.org jessie/main armhf Packages [13.3 MB]
[Build]   [dnsmasq] Get:8 http://archive.raspberrypi.org jessie/main armhf Packages [170 kB]
[Build]   [dnsmasq] Get:9 http://security.debian.org jessie/updates/main armhf Packages [795 kB]
[Build]   [dnsmasq] Get:10 http://deb.debian.org jessie/main armhf Packages [8898 kB]
[Build]   [dnsmasq] Get:11 http://archive.raspbian.org jessie/contrib armhf Packages [49.5 kB]
[Build]   [dnsmasq] Get:12 http://archive.raspbian.org jessie/non-free armhf Packages [106 kB]
[Build]   [dnsmasq] Get:13 http://archive.raspbian.org jessie/rpi armhf Packages [1297 B]
[Build]   [dnsmasq] Get:14 http://archive.raspbian.org jessie/firmware armhf Packages [1208 B]
[Build]   [dnsmasq] Fetched 23.6 MB in 39s (593 kB/s)
[Build]   [dnsmasq] W: Failed to fetch http://deb.debian.org/debian/dists/jessie-updates/InRelease  Unable to find expected entry 'main/binary-armhf/Packages' in Release file (Wrong sources.list entry or malformed file)
[Build]   E: Some index files failed to download. They have been ignored, or old ones used instead.
[Build]   
Some services failed to build:
    dnsmasq: The command '/bin/sh -c apt-get update     && apt-get install -y       dnsmasq         rfkill      iw     && apt-get clean     && rm -rf /var/lib/apt/lists/*' returned a non-zero code: 100

Additional information may be available in debug mode. Prefix the command
line with DEBUG=1, i.e.:  DEBUG=1 balena ...
If you need help, don't hesitate in contacting our support forums at
https://forums.balena.io

For bug reports or feature requests, have a look at the GitHub issues or
create a new one at: https://github.com/balena-io/balena-cli/issues/
gtklocker commented 5 years ago

Switching to another debian image should fix this, I'll make a PR once I test it.