diff --git a/Dockerfile b/Dockerfile index f5e2f8a12..28b35d4b6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,6 +8,8 @@ ARG no_proxy ADD . /logprep WORKDIR /logprep +RUN curl https://sh.rustup.rs -sSf | bash -s -- -y +ENV PATH="/root/.cargo/bin:${PATH}" RUN python -m pip install --upgrade pip wheel setuptools>=72.2.0 RUN python -m venv /opt/venv # Make sure we use the virtualenv: