add curl install
Some checks failed
Build and Push Image / Build and push image (push) Failing after 2m32s

This commit is contained in:
2024-08-08 15:25:55 -05:00
parent 6db70e71eb
commit 239cf42390

View File

@@ -1,6 +1,6 @@
FROM node:20-slim 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 mkdir /epg
RUN git clone --depth 1 -b master https://github.com/iptv-org/epg.git /epg RUN git clone --depth 1 -b master https://github.com/iptv-org/epg.git /epg