Skip to content

Commit fe055d0

Browse files
committed
fix requirements
1 parent 9d7b858 commit fe055d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN pip install --upgrade pip && yum install -y git
99

1010
# Install dependencies into the virtual environment
1111
# Install build tools (gcc, make, etc.) and python3-devel for native builds
12-
RUN yum install -y gcc make
12+
RUN yum install -y gcc make gcc-c++
1313
RUN yum install -y python3-devel
1414

1515
COPY requirements.txt .

0 commit comments

Comments
 (0)