Add g++ to dockerfile
This commit is contained in:
@@ -27,6 +27,7 @@ RUN adduser \
|
|||||||
# We clean up the apt cache after installation to keep the image size down
|
# We clean up the apt cache after installation to keep the image size down
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
gcc \
|
gcc \
|
||||||
|
g++ \
|
||||||
python3-dev \
|
python3-dev \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user