chore: add libdeflate for alpine builds

This commit is contained in:
Patrick Schratz 2024-12-08 15:19:27 +01:00
commit b887e4c33d
Signed by: pat-s
GPG key ID: 3C6318841EF78925

View file

@ -3,7 +3,7 @@ FROM alpine:3.20
ENV OS_IDENTIFIER alpine-320
RUN set -x \
&& apk add -q R-dev curl ca-certificates bash g++ tzdata openjdk17 texmf-dist texlive-full tar sed patch tcl tk tk-dev xvfb
&& apk add -q R-dev curl ca-certificates bash g++ tzdata openjdk17 texmf-dist texlive-full tar sed patch tcl tk tk-dev xvfb libdeflate libdeflate-dev
# Install AWS CLI
RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-$(uname -m).zip" -o "awscliv2.zip" && \