Skip to content

Commit bc498e9

Browse files
committed
ci(image): add g++ — PyICU builds a C++ extension
PyICU's wheel build needs a C++ compiler; the image carried only gcc, so the previous commit's PyICU install failed with "command 'g++' failed: No such file or directory".
1 parent 5bed784 commit bc498e9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/docker/gramps-ci/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
6464
gir1.2-atk-1.0 \
6565
gir1.2-gexiv2-0.10 \
6666
gcc \
67+
g++ \
6768
pkg-config \
6869
python3-dev \
6970
libcairo2-dev \

0 commit comments

Comments
 (0)