This commit is contained in:
Untone 2024-11-13 09:20:15 +03:00
parent 1c1576106f
commit f26220f587

View File

@ -7,7 +7,7 @@ RUN cat /etc/os-release
# Install necessary packages
RUN apk update && \
apk add git pkgconf make g++ openssl libheif libtiff && \
apk add git pkgconf make g++ openssl libheif libheif-dev tiff tiff-dev && \
rustup target add x86_64-unknown-linux-gnu && \
rustup select nightly