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 f9aa26bCopy full SHA for f9aa26b
Dockerfile
@@ -29,7 +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 \
+ libssl-dev libssh2-1-dev libcurl4-openssl-dev cmtk curl cargo \
33
&& rm -rf /var/lib/apt/lists/*
34
COPY packagelist-ubuntu-apt.txt /home/
35
RUN apt-get update -y \
0 commit comments