We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 448152e commit aac51cfCopy full SHA for aac51cf
Dockerfile
@@ -29,9 +29,7 @@ RUN apt-get update -y \
29
&& apt-get install -y nginx supervisor \
30
&& apt-get install -y rabbitmq-server \
31
&& apt-get install -y r-base r-base-dev mesa-common-dev libglu1-mesa-dev \
32
- libssl-dev libssh2-1-dev libcurl4-openssl-dev cmtk curl \
33
- && curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y \
34
- && . $HOME/.cargo/env \
+ libssl-dev libssh2-1-dev libcurl4-openssl-dev cmtk curl cargo \
35
&& rm -rf /var/lib/apt/lists/*
36
COPY packagelist-ubuntu-apt.txt /home/
37
RUN apt-get update -y \
0 commit comments