diff --git a/Dockerfile b/Dockerfile index 783cd1bb..3d7476cb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -61,7 +61,10 @@ WORKDIR /firefish # Install runtime dependencies ENV DEBIAN_FRONTEND=noninteractive -RUN apt-get update && apt-get install -y --no-install-recommends zip unzip tini ffmpeg +RUN apt-get update && apt-get install -y --no-install-recommends zip unzip tini ffmpeg ca-certificates + +RUN echo 'deb https://deb.debian.org/debian experimental main' | tee /etc/apt/sources.list +RUN apt-get update && apt-get --target-release experimental install -y --no-install-recommends libc6 COPY . ./