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 9d7b858 commit fe055d0Copy full SHA for fe055d0
Dockerfile
@@ -9,7 +9,7 @@ RUN pip install --upgrade pip && yum install -y git
9
10
# Install dependencies into the virtual environment
11
# Install build tools (gcc, make, etc.) and python3-devel for native builds
12
-RUN yum install -y gcc make
+RUN yum install -y gcc make gcc-c++
13
RUN yum install -y python3-devel
14
15
COPY requirements.txt .
0 commit comments