diff --git a/Dockerfile b/Dockerfile index b8a53de..856b58d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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