From ae4fddbfaaa327e36e8f48668c4f213505232449 Mon Sep 17 00:00:00 2001 From: jr-k Date: Mon, 5 Aug 2024 01:03:22 +0200 Subject: [PATCH] update dockerfile --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5a17e02..2a015d3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ gcc \ libc6-dev \ sqlite3 \ + libsqlite3-dev \ ntfs-3g \ ffmpeg \ build-essential \ @@ -15,7 +16,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ # Install Rust using rustup #RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain stable \ -# && source $HOME/.cargo/env +# && . "$HOME/.cargo/env" # Set environment variable to add Rust to the path #ENV PATH="/root/.cargo/bin:${PATH}"