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

Add rustc to Docker image build environment #9405

Merged
merged 1 commit into from
Feb 15, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.d/9405.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add rustc as a dependency when building Docker images.
2 changes: 2 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,13 @@ RUN apt-get update && apt-get install -y \
libwebp-dev \
libxml++2.6-dev \
libxslt1-dev \
rustc \
zlib1g-dev \
&& rm -rf /var/lib/apt/lists/*

# Build dependencies that are not available as wheels, to speed up rebuilds
RUN pip install --prefix="/install" --no-warn-script-location \
cryptography \
callahad marked this conversation as resolved.
Show resolved Hide resolved
frozendict \
jaeger-client \
opentracing \
Expand Down