From 3fbd4739ff06c00a5d692a7737448a40c9a74ab7 Mon Sep 17 00:00:00 2001 From: jr-k Date: Mon, 5 Aug 2024 01:10:25 +0200 Subject: [PATCH] update dockerfile --- Dockerfile | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2a015d3..b8980d9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,13 +14,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ bash \ && rm -rf /var/lib/apt/lists/* -# Install Rust using rustup -#RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain stable \ -# && . "$HOME/.cargo/env" - -# Set environment variable to add Rust to the path -#ENV PATH="/root/.cargo/bin:${PATH}" - WORKDIR /app COPY . .