You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.
ffmpeg (no such package):
required by: world[ffmpeg]
git (no such package):
required by: world[git]
nodejs (no such package):
required by: world[nodejs]
npm (no such package):
required by: world[npm]
Removing intermediate container 225fe263cc2e
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Not sure why it won't install but it gives me this message:
The command '/bin/bash -o pipefail -c apk add --no-cache nodejs npm ffmpeg git && cd / && git clone https://github.com/jeroenterheerdt/ring-hassio && cd ring-hassio/ring_hassio && npm install --unsafe-perm && chmod a+x run.sh' returned a non-zero code: 4
Full log from supervisor:
21-02-06 12:31:05 INFO (SyncWorker_3) [supervisor.docker.addon] Starting build for 44c60309/armv7-addon-ringlivestream:1.35
21-02-06 12:31:09 ERROR (SyncWorker_3) [supervisor.docker.addon] Can't build 44c60309/armv7-addon-ringlivestream:1.35: The command '/bin/bash -o pipefail -c apk add --no-cache nodejs npm ffmpeg git && cd / && git clone https://github.com/jeroenterheerdt/ring-hassio && cd ring-hassio/ring_hassio && npm install --unsafe-perm && chmod a+x run.sh' returned a non-zero code: 4
21-02-06 12:31:09 ERROR (SyncWorker_3) [supervisor.docker.addon] Build log:
Step 1/13 : ARG BUILD_FROM
Step 2/13 : FROM $BUILD_FROM
---> 21461176cb52
Step 3/13 : ENV LANG C.UTF-8
---> Using cache
---> c3ae1ed6f3ba
Step 4/13 : SHELL ["/bin/bash", "-o", "pipefail", "-c"]
---> Using cache
---> bdeeff9fa32f
Step 5/13 : EXPOSE 3000/tcp
---> Using cache
---> 2a77a3157c48
Step 6/13 : RUN apk add --no-cache nodejs npm ffmpeg git && cd / && git clone https://github.com/jeroenterheerdt/ring-hassio && cd ring-hassio/ring_hassio && npm install --unsafe-perm && chmod a+x run.sh
---> Running in 225fe263cc2e
fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/armv7/APKINDEX.tar.gz
WARNING: Ignoring https://dl-cdn.alpinelinux.org/alpine/v3.13/main: temporary error (try again later)
fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/armv7/APKINDEX.tar.gz
WARNING: Ignoring https://dl-cdn.alpinelinux.org/alpine/v3.13/community: temporary error (try again later)
ERROR: unable to select packages:
ffmpeg (no such package):
required by: world[ffmpeg]
git (no such package):
required by: world[git]
nodejs (no such package):
required by: world[nodejs]
npm (no such package):
required by: world[npm]
Removing intermediate container 225fe263cc2e
The text was updated successfully, but these errors were encountered: