add Python3 to install list
Some checks failed
Build and Push Image / Build and push image (push) Failing after 1m8s

This commit is contained in:
2024-08-05 15:42:05 -05:00
parent 2ec3a0948f
commit 5f8d5e9c80

View File

@@ -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