update dockerfile

This commit is contained in:
jr-k 2024-08-05 01:03:22 +02:00
parent 6333caa0b5
commit ae4fddbfaa

View File

@ -5,6 +5,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
gcc \ gcc \
libc6-dev \ libc6-dev \
sqlite3 \ sqlite3 \
libsqlite3-dev \
ntfs-3g \ ntfs-3g \
ffmpeg \ ffmpeg \
build-essential \ build-essential \
@ -15,7 +16,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
# Install Rust using rustup # Install Rust using rustup
#RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain stable \ #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 # Set environment variable to add Rust to the path
#ENV PATH="/root/.cargo/bin:${PATH}" #ENV PATH="/root/.cargo/bin:${PATH}"