diff --git a/Dockerfile b/Dockerfile index f6bc7f3..a626d29 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,11 +13,11 @@ RUN apt-get update && \ shared-mime-info \ curl \ build-essential && \ - nodejs && \ - npm && \ apt-get clean && \ rm -rf /var/lib/apt/lists/* +RUN apt install -y nodejs npm + # Install Rust and Cargo RUN curl https://sh.rustup.rs -sSf | sh -s -- -y ENV PATH="/root/.cargo/bin:${PATH}"