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 c4325ee commit 448152eCopy full SHA for 448152e
Dockerfile
@@ -29,7 +29,9 @@ 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 \
+ 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 \
35
&& rm -rf /var/lib/apt/lists/*
36
COPY packagelist-ubuntu-apt.txt /home/
37
RUN apt-get update -y \
0 commit comments