Added PR multiarch

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

Adds token to GH actions for GetTwitchDownloader
This commit is contained in:
Isaac Abadi
2023-05-07 00:22:08 -04:00
parent e573f34cea
commit d6f39d37b5
5 changed files with 21 additions and 4 deletions

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