Use Debian Buster as base image
See: - https://github.com/transmission/transmission/issues/313#issuecomment-446005020 - https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=865624
This commit is contained in:
		| @@ -1,4 +1,4 @@ | ||||
| ARG base_image=balenalib/raspberry-pi:stretch | ||||
| ARG base_image=balenalib/raspberry-pi:buster | ||||
| FROM $base_image | ||||
|  | ||||
| # For building on x86 machines. CircleCI un-comments before building | ||||
| @@ -133,4 +133,4 @@ EXPOSE 9091 | ||||
| CMD ["dumb-init", "/etc/openvpn/start.sh"] | ||||
|  | ||||
| # For building on x86 machines. CircleCI un-comments before building | ||||
| #RUN [ "cross-build-end" ] | ||||
| #RUN [ "cross-build-end" ] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user