Commit f254d7b
authored
Fix Docker build error by adding Cairo dependencies (#330)
The workshop service Docker build was failing when trying to install
pycairo because the Cairo graphics library was missing from the Alpine
Linux base image.
Changes:
- Added cairo-dev and pkgconfig to build stage dependencies (needed to
compile pycairo from source)
- Added cairo to runtime stage dependencies (needed for pycairo to run)
This resolves the meson build error: "Dependency 'cairo' not found"1 parent 8f1be71 commit f254d7b
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
| |||
36 | 38 | | |
37 | 39 | | |
38 | 40 | | |
39 | | - | |
| 41 | + | |
40 | 42 | | |
41 | 43 | | |
42 | 44 | | |
| |||
0 commit comments