From b26f651ce43e841f94b96b4dba09707c59476a84 Mon Sep 17 00:00:00 2001 From: Dieter Schmidt Date: Sat, 26 Jun 2021 15:57:25 +0200 Subject: [PATCH] remove rust install moonraker has switched crypto requirement, so no need anymore --- klipper/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/klipper/Dockerfile b/klipper/Dockerfile index a59bbdd..f384561 100644 --- a/klipper/Dockerfile +++ b/klipper/Dockerfile @@ -32,7 +32,6 @@ RUN git clone https://github.com/Arksine/moonraker.git RUN [ ! -d ${MOONRAKER_VENV_DIR} ] && python3 -m venv ${MOONRAKER_VENV_DIR} RUN ${MOONRAKER_VENV_DIR}/bin/python -m pip install pip -U RUN ${MOONRAKER_VENV_DIR}/bin/pip install wheel gpiod -RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y RUN ${MOONRAKER_VENV_DIR}/bin/pip install -r moonraker/scripts/moonraker-requirements.txt