mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-03-07 20:10:03 +03:00
Added python3.8-dev/build-essential to dockerfile
This commit is contained in:
@@ -53,7 +53,7 @@ FROM base as python
|
|||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY docker-utils/GetTwitchDownloader.py .
|
COPY docker-utils/GetTwitchDownloader.py .
|
||||||
RUN apt update && \
|
RUN apt update && \
|
||||||
apt install -y --no-install-recommends python3-minimal python-is-python3 python3-pip && \
|
apt install -y --no-install-recommends python3-minimal python-is-python3 python3-pip python3.8-dev build-essential && \
|
||||||
apt clean && \
|
apt clean && \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
RUN pip install PyGithub requests
|
RUN pip install PyGithub requests
|
||||||
|
|||||||
Reference in New Issue
Block a user