update dockerfile

This commit is contained in:
jr-k 2024-08-04 19:20:58 +02:00
parent e3d954287d
commit 6892a0ded5

View File

@ -7,7 +7,7 @@ RUN apk add --no-cache gcc musl-dev sqlite-dev ntfs-3g ffmpeg build-base linux-h
RUN apk add --no-cache curl \
&& curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y \
&& source $HOME/.cargo/env \
&& rustup default stable \
&& rustup default stable
WORKDIR /app