diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index d7c00af..47db8a3 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,6 +1,5 @@ FROM mcr.microsoft.com/devcontainers/go:1-bullseye -ENV TWITCH_DOWNLOADER_VER=1.52.1 ENV CHAT_DOWNLOADER_VER=0.2.4 RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \ @@ -14,7 +13,7 @@ WORKDIR /tmp RUN wget https://github.com/rsms/inter/releases/download/v4.0-beta7/Inter-4.0-beta7.zip && unzip Inter-4.0-beta7.zip && mkdir -p /usr/share/fonts/opentype/inter/ && cp /tmp/Desktop/Inter-*.otf /usr/share/fonts/opentype/inter/ && fc-cache -f -v -RUN wget https://github.com/lay295/TwitchDownloader/releases/download/1.52.1/TwitchDownloaderCLI-1.52.1-Linux-x64.zip && unzip TwitchDownloaderCLI-1.52.1-Linux-x64.zip && mv TwitchDownloaderCLI /usr/local/bin/ && chmod +x /usr/local/bin/TwitchDownloaderCLI && rm TwitchDownloaderCLI-1.52.1-Linux-x64.zip +RUN wget https://github.com/lay295/TwitchDownloader/releases/download/1.52.2/TwitchDownloaderCLI-1.52.2-Linux-x64.zip && unzip TwitchDownloaderCLI-1.52.2-Linux-x64.zip && mv TwitchDownloaderCLI /usr/local/bin/ && chmod +x /usr/local/bin/TwitchDownloaderCLI && rm TwitchDownloaderCLI-1.52.2-Linux-x64.zip RUN wget https://github.com/xenova/chat-downloader/archive/refs/tags/v${CHAT_DOWNLOADER_VER}.tar.gz RUN tar -xvf v${CHAT_DOWNLOADER_VER}.tar.gz && cd chat-downloader-${CHAT_DOWNLOADER_VER} && python3 setup.py install && cd .. && rm -f v${CHAT_DOWNLOADER_VER}.tar.gz && rm -rf chat-downloader-${CHAT_DOWNLOADER_VER} diff --git a/Dockerfile b/Dockerfile index 118909b..1c030e9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN apk add --update --no-cache unzip git WORKDIR /tmp RUN wget https://github.com/rsms/inter/releases/download/v3.19/Inter-3.19.zip && unzip Inter-3.19.zip -RUN wget https://github.com/lay295/TwitchDownloader/releases/download/1.52.1/TwitchDownloaderCLI-1.52.1-LinuxAlpine-x64.zip && unzip TwitchDownloaderCLI-1.52.1-LinuxAlpine-x64.zip +RUN wget https://github.com/lay295/TwitchDownloader/releases/download/1.52.2/TwitchDownloaderCLI-1.52.2-LinuxAlpine-x64.zip && unzip TwitchDownloaderCLI-1.52.2-LinuxAlpine-x64.zip RUN git clone https://github.com/xenova/chat-downloader.git diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 9671b03..46ceeb4 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -13,7 +13,7 @@ RUN apt-get install unzip wget git -y WORKDIR /tmp RUN wget https://github.com/rsms/inter/releases/download/v3.19/Inter-3.19.zip && unzip Inter-3.19.zip -RUN wget https://github.com/lay295/TwitchDownloader/releases/download/1.52.1/TwitchDownloaderCLI-1.52.1-LinuxArm.zip && unzip TwitchDownloaderCLI-1.52.1-LinuxArm.zip +RUN wget https://github.com/lay295/TwitchDownloader/releases/download/1.52.2/TwitchDownloaderCLI-1.52.2-LinuxArm.zip && unzip TwitchDownloaderCLI-1.52.2-LinuxArm.zip RUN git clone https://github.com/xenova/chat-downloader.git