From 068c38ecf50cf5c840eba4c1892ba28bc95bc120 Mon Sep 17 00:00:00 2001 From: Pim van den Berg Date: Tue, 27 Aug 2024 10:05:45 +0200 Subject: [PATCH] feat: install ffsend https://github.com/timvisee/ffsend --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 35c1ec7..fb992d2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,6 +31,7 @@ RUN set -eux && \ awscli \ direnv \ && \ + curl -s -o /usr/local/bin/ffsend -L $(curl -s https://api.github.com/repos/timvisee/ffsend/releases | jq -r '.[0].assets[] | select(.name | contains("linux-x64-static")).browser_download_url') && \ rm -rf /var/lib/apt/lists/* && \ echo 'en_US.UTF-8 UTF-8' >> /etc/locale.gen && \ /usr/sbin/locale-gen && \