1 Home
ycc edited this page 2026-05-07 03:30:30 +00:00
This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

使用iptv-checker產生環境需要有npm跟ffmpeg。

Dockerfile如下

FROM node:slim

ENV DEBIAN_FRONTEND noninteractive
RUN apt update && apt install -y ffmpeg
RUN npm install -g iptv-checker

參考