update dockerfile
This commit is contained in:
parent
6333caa0b5
commit
ae4fddbfaa
@ -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}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user