removing stupid comma
Some checks failed
Build and Push Image / Build and push image (push) Failing after 7m44s

This commit is contained in:
2024-08-05 15:45:36 -05:00
parent 5f8d5e9c80
commit c17fe16f81

View File

@@ -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
RUN mkdir /epg
RUN git clone --depth 1 -b master https://github.com/iptv-org/epg.git /epg
WORKDIR /epg