diff --git a/Dockerfile b/Dockerfile index 19da2f0a..9008f25d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ ENV DEBIAN_FRONTEND=noninteractive COPY ./fonts/sarasa-mono-sc-regular.ttf /usr/share/fonts/ RUN apt-get update && \ - apt install --no-install-recommends xvfb binutils qtbase5-dev wkhtmltopdf ffmpeg -yq && \ + apt install --no-install-recommends xvfb binutils build-essential qtbase5-dev wkhtmltopdf ffmpeg -yq && \ (strip --remove-section=.note.ABI-tag /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 || true) && \ apt-get remove --purge -yq binutils && \ apt-get clean && \ diff --git a/requirements.txt b/requirements.txt index 874b5e47..bd744107 100644 --- a/requirements.txt +++ b/requirements.txt @@ -30,7 +30,7 @@ tls-client python-dateutil~=2.8.2 discord.py azure-cognitiveservices-speech -poe-api~=0.4.11 +poe-api~=0.4.17 regex~=2023.6.3 httpx~=0.24.1