Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit d29b599

Browse files
committed
Add rust to docker build deps
1 parent d1216ff commit d29b599

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ RUN \
104104
rustc \
105105
zlib1g-dev \
106106
git \
107+
rustc cargo \
107108
&& rm -rf /var/lib/apt/lists/*
108109

109110
# To speed up rebuilds, install all of the dependencies before we copy over

0 commit comments

Comments
 (0)