diff --git a/Dockerfile b/Dockerfile index 3fc6b24..c5b98d0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM node:20-slim -RUN apt-get update && apt-get install -y git +RUN apt-get update && apt-get install -y git, python3 RUN mkdir /epg RUN git clone --depth 1 -b master https://github.com/iptv-org/epg.git /epg WORKDIR /epg