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

pull/897/head
Isaac Abadi 2 years ago
parent 7a8e94ee64
commit d90434c240

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

Loading…
Cancel
Save