Acurite2mqtt Add-On

After adding the repository from https://github.com/thejeffreystone/hassio_addons, I am unable to install.
HA gives me the following error:
The command '/bin/ash -o pipefail -c apk add --no-cache --virtual build-deps alpine-sdk cmake git libusb-dev && mkdir /tmp/src && cd /tmp/src && git clone git://git.osmocom.org/rtl-sdr.git && mkdir /tmp/src/rtl-sdr/build && cd /tmp/src/rtl-sdr/build && cmake ../ -DINSTALL_UDEV_RULES=ON -DDETACH_KERNEL_DRIVER=ON -DCMAKE_INSTALL_PREFIX:PATH=/usr/local && make && make install && chmod +s /usr/local/bin/rtl_* && cd /tmp/src/ && git clone https://github.com/merbanan/rtl_433 && cd rtl_433/ && mkdir build && cd build && cmake ../ && make && make install && apk del build-deps && rm -r /tmp/src && apk add --no-cache libusb mosquitto-clients jq' returned a non-zero code: 128

I’m assuming one of the updates has broken this add-on, but does anyone have any pointers to get it installed and running? (Or how to just get my SDR working manually with Acurite 433MHz sensors?)