Added python3.8-dev/build-essential to dockerfile

This commit is contained in:
Isaac Abadi
2023-05-07 00:24:47 -04:00
parent 7a8e94ee64
commit d90434c240

View File

@@ -53,7 +53,7 @@ FROM base as python
WORKDIR /app
COPY docker-utils/GetTwitchDownloader.py .
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 && \
rm -rf /var/lib/apt/lists/*
RUN pip install PyGithub requests