add Python3 to install list
Some checks failed
Build and Push Image / Build and push image (push) Failing after 1m8s
Some checks failed
Build and Push Image / Build and push image (push) Failing after 1m8s
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
FROM node:20-slim
|
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 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
|
||||||
WORKDIR /epg
|
WORKDIR /epg
|
||||||
|
|||||||
Reference in New Issue
Block a user