From 239cf4239092a3d2e07444e2d60fecec8c664769 Mon Sep 17 00:00:00 2001 From: Dnny44 Date: Thu, 8 Aug 2024 15:25:55 -0500 Subject: [PATCH] add curl install --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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