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}"