We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46f7204 commit 9ca96b7Copy full SHA for 9ca96b7
1 file changed
Dockerfile
@@ -33,8 +33,8 @@ ENV DEBIAN_FRONTEND=noninteractive \
33
34
# Install Python 3.11 + runtime libs + build deps (REQUIRED for psutil)
35
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 \
+ python3.11 python3-pip python3.11-venv python3.11-dev \
+ gcc build-essential \
38
curl libssl3 libcurl4 libzmq5 libjsoncpp25 \
39
libyaml-cpp0.7 librocksdb6.11 libstdc++6 procps \
40
ca-certificates \
0 commit comments