feat: install ffsend
All checks were successful
continuous-integration/drone/push Build is passing

https://github.com/timvisee/ffsend
This commit is contained in:
Pim van den Berg 2024-08-27 10:05:45 +02:00
parent db4526e269
commit 068c38ecf5

View File

@ -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 && \