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