File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -7,14 +7,19 @@ ARG DEBIAN_FRONTEND="noninteractive"
7
7
#ARG TOOLS_COMMIT="cc18a5f47ff26809f83f35485712ea6d86afb460"
8
8
ARG OROCOS_KINEMATICS_DYNAMICS="1.5.1"
9
9
#ARG KINEMATICS_DYNAMICS_COMMIT="f4bc01f1325efc64317be58e4eeb3fc44f27f496"
10
- ARG PYBIND11_COMMIT="58c382a8e3d7081364d2f5c62e7f429f0412743b"
10
+ # Pybind11 "stable" atow forces python3
11
+ ##ARG PYBIND11_COMMIT="58c382a8e3d7081364d2f5c62e7f429f0412743b"
12
+ # Pybind11 2.6.2
13
+ ARG PYBIND11_COMMIT="f1abf5d9159b805674197f6bc443592e631c9130"
14
+ ENV ROS_PYTHON_VERSION=2
11
15
12
16
RUN apt update \
13
17
&& apt install -y --no-install-recommends \
14
18
wget unzip swig cmake build-essential \
15
19
qtbase5-dev qtdeclarative5-dev qtmultimedia5-dev qml-module-qtquick2 qml-module-qtquick-window2 qml-module-qtmultimedia \
16
20
qml-module-qtquick-dialogs qml-module-qtquick-controls qml-module-qt-labs-folderlistmodel qml-module-qt-labs-settings \
17
- libedit-dev python3-dev libvtk6-dev\
21
+ libedit-dev python2 python-dev libvtk6-dev\
22
+ #wget --no-check-certificate https://bootstrap.pypa.io/pip/2.7/get-pip.py
18
23
# \
19
24
# && wget -q --no-check-certificate https://github.com/robotology/ycm-cmake-modules/archive/refs/tags/v$YCM.tar.gz \
20
25
# && tar -xzf v$YCM.tar.gz \
You can’t perform that action at this time.
0 commit comments