We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 057659e + 5314d48 commit e2c80bbCopy full SHA for e2c80bb
Dockerfile
@@ -13,7 +13,8 @@ RUN apt-get update
13
RUN apt-get install -y wget build-essential xutils-dev bison zlib1g-dev flex \
14
libglu1-mesa-dev git g++ libssl-dev libxml2-dev libboost-all-dev git g++ \
15
libxml2-dev vim python3-setuptools python3-pip python3-venv cmake \
16
- libfreeimage3 libfreeimage-dev
+ libfreeimage3 libfreeimage-dev \
17
+ python3-doc python3-tk python3.12-venv python3.12-doc binfmt-support psmisc apt-utils
18
RUN apt-get clean
19
20
# Create and activate a virtual environment, venv is needed because of PEP 668
0 commit comments