Skip to content

Commit 9ca96b7

Browse files
authored
Update Dockerfile to include python3.11-dev
1 parent 46f7204 commit 9ca96b7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ ENV DEBIAN_FRONTEND=noninteractive \
3333

3434
# Install Python 3.11 + runtime libs + build deps (REQUIRED for psutil)
3535
RUN apt-get update && apt-get install -y --no-install-recommends \
36-
python3.11 python3-pip python3.11-venv \
37-
gcc python3-dev build-essential \
36+
python3.11 python3-pip python3.11-venv python3.11-dev \
37+
gcc build-essential \
3838
curl libssl3 libcurl4 libzmq5 libjsoncpp25 \
3939
libyaml-cpp0.7 librocksdb6.11 libstdc++6 procps \
4040
ca-certificates \

0 commit comments

Comments
 (0)