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

Commit

Permalink
Add rust to docker build deps
Browse files Browse the repository at this point in the history
  • Loading branch information
erikjohnston committed Aug 18, 2022
1 parent d1216ff commit d29b599
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ RUN \
rustc \
zlib1g-dev \
git \
rustc cargo \
&& rm -rf /var/lib/apt/lists/*

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

0 comments on commit d29b599

Please sign in to comment.