From 455d66cfb2ec07fc438179b35562d7bd1b27e8ee Mon Sep 17 00:00:00 2001 From: Untone Date: Wed, 13 Nov 2024 09:20:56 +0300 Subject: [PATCH] alpine5 --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4f1add7..8f85fc4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,8 +8,7 @@ RUN cat /etc/os-release # Install necessary packages RUN apk update && \ apk add git pkgconf make g++ openssl libheif libheif-dev tiff tiff-dev && \ - rustup target add x86_64-unknown-linux-gnu && \ - rustup select nightly + rustup target add x86_64-unknown-linux-gnu # Create a new Rust binary project RUN USER=root cargo new --bin quoter