Skip to content

Commit 75965f2

Browse files
committed
Add g++ to dockerfile
1 parent 494b1e2 commit 75965f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ RUN adduser \
2727
# We clean up the apt cache after installation to keep the image size down
2828
RUN apt-get update && apt-get install -y \
2929
gcc \
30+
g++ \
3031
python3-dev \
3132
&& rm -rf /var/lib/apt/lists/*
3233

0 commit comments

Comments
 (0)