Skip to content

Commit f9aa26b

Browse files
committed
Docker: install cargo
Needed for pyn5. It should be fine to delete rust again after building the image, but we leave it for now.
1 parent c4325ee commit f9aa26b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN apt-get update -y \
2929
&& apt-get install -y nginx supervisor \
3030
&& apt-get install -y rabbitmq-server \
3131
&& 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 \
32+
libssl-dev libssh2-1-dev libcurl4-openssl-dev cmtk curl cargo \
3333
&& rm -rf /var/lib/apt/lists/*
3434
COPY packagelist-ubuntu-apt.txt /home/
3535
RUN apt-get update -y \

0 commit comments

Comments
 (0)