From f3ce9b732c244dbc6984cb7f35a67df7143ad07e Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Tue, 25 May 2021 15:05:36 +1000 Subject: [PATCH] Remove rust build comments --- Dockerfile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 906125fa..58082dc6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,11 +8,6 @@ RUN apt-get update && apt-get install -y libssl-dev libffi-dev gcc libc-dev libx RUN pip3 install --upgrade pip && pip3 install --no-cache-dir -r /tmp/requirements.txt -# More bloat, curl above is needed because the rust compiler is needed -# apprise requires this cryptography lib -#RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y - - RUN [ ! -d "/app" ] && mkdir /app RUN [ ! -d "/datastore" ] && mkdir /datastore