Skip to content

Commit 1ee1b24

Browse files
committed
fix for 3.13 python
1 parent 7839478 commit 1ee1b24

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Dockerfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ RUN dnf install -y git \
1414
python3-devel \
1515
&& dnf clean all
1616

17-
# Install dependencies into the virtual environment
18-
# Install build tools (gcc, make, etc.) and python3-devel for native builds
19-
RUN yum install -y gcc make gcc-c++
20-
RUN yum install -y python3-devel
21-
2217
COPY requirements.txt .
2318
RUN pip install -r requirements.txt
2419

0 commit comments

Comments
 (0)