We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 494b1e2 + 75965f2 commit 14d6e96Copy full SHA for 14d6e96
1 file changed
Dockerfile
@@ -27,6 +27,7 @@ RUN adduser \
27
# We clean up the apt cache after installation to keep the image size down
28
RUN apt-get update && apt-get install -y \
29
gcc \
30
+ g++ \
31
python3-dev \
32
&& rm -rf /var/lib/apt/lists/*
33
0 commit comments