1
0
Fork 0
mirror of https://gitlab.com/futo-org/fcast.git synced 2025-06-24 21:25:23 +00:00
fcast/receivers/webos/Dockerfile
2025-05-07 18:12:38 -05:00

12 lines
304 B
Docker

FROM node:16.20.2-bullseye
ARG TV_IP
ARG PASSPHRASE
RUN apt update && apt install -y expect jq
RUN npm install -g @webos-tools/cli
RUN ares-setup-device --add tv --info "host=${TV_IP}" --info "default=true"
COPY scripts/get_private_key.sh .
RUN ./get_private_key.sh ares-novacom --device tv --getkey