docker.errors.BuildError with RTL_433 to MQTT Bridge

I’m trying to install RTL_433 to MQTT Bridge on a RPi 2 system running the Hass.io image. When I click the “Install” button, the spinning dots appear for around one minute until the button turns red. Nothing installs. Any help or leads would be appreciated. Here is the log output:

17-11-16 02:20:39 ERROR (MainThread) [aiohttp.server] Error handling request
Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/aiohttp/web_protocol.py", line 416, in start
    resp = yield from self._request_handler(request)
  File "/usr/lib/python3.6/site-packages/aiohttp/web.py", line 323, in _handle
    resp = yield from handler(request)
  File "/usr/lib/python3.6/site-packages/hassio/api/util.py", line 31, in wrap_api
    answer = await method(api, *args, **kwargs)
  File "/usr/lib/python3.6/site-packages/hassio/addons/addon.py", line 474, in install
    if not await self.docker.install(self.last_version):
  File "/usr/lib/python3.6/site-packages/hassio/dock/util.py", line 18, in wrap_api
    return await method(api, *args, **kwargs)
  File "/usr/lib/python3.6/concurrent/futures/thread.py", line 55, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/usr/lib/python3.6/site-packages/hassio/dock/addon.py", line 219, in _install
    return self._build(tag)
  File "/usr/lib/python3.6/site-packages/hassio/dock/addon.py", line 232, in _build
    image = self.docker.images.build(**build_env.get_docker_args(tag))
  File "/usr/lib/python3.6/site-packages/docker/models/images.py", line 175, in build
    raise BuildError(chunk['error'])
docker.errors.BuildError: The command '/bin/sh -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/james-fry/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: 1