diff --git a/Dockerfile b/Dockerfile index 73e6716..0670eec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,4 +19,5 @@ RUN apt-get update && DEBIAN_FRONTEND="noninteractive" \ libjpeg-turbo8-dev \ libvncserver-dev \ lua5.3 \ - tree \ No newline at end of file + tree +RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y \ No newline at end of file