Commit b6518b5
committed
Add build dependencies to python_builder stage of Dockerfile
We've added django-qsessions. One of its dependencies is ua-parser-rs, a
Rust native extension. Our base image doesn't have have the required
toolchain to build this extension, so we add it to the python_builder
stage of the Dockerfile.1 parent ed7169f commit b6518b5
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
| |||
0 commit comments