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.
1 parent 494b1e2 commit 75965f2Copy full SHA for 75965f2
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