Skip to content

Commit 599d53a

Browse files
Install unavailable packages from pip
1 parent bf77cde commit 599d53a

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

ros2_rhel/Dockerfile.rhel10

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,33 +30,30 @@ RUN dnf install -y \
3030
patch \
3131
boost-devel \
3232
libcap-devel \
33-
urdfdom \
34-
urdfdom-devel \
3533
python3-colcon-common-extensions \
3634
python3-mypy \
3735
python3-pip \
38-
python3-pydocstyle \
3936
python3-pytest \
4037
python3-pytest-repeat \
4138
python3-pytest-rerunfailures \
4239
python3-rosdep \
43-
python3-rosinstall_generator \
4440
python3-rospkg \
4541
python3-setuptools \
4642
python3-vcstool \
4743
wget \
4844
&& dnf clean all
4945

50-
# install some pip packages needed for testing and
51-
# not available as RPMs
46+
# install some pip packages not available as RPMs
5247
# use the same versions as on Ubuntu Jammy
5348
RUN python3 -m pip install --no-cache-dir -U --user \
5449
flake8==4.0.1 \
5550
pyflakes==2.4.0 \
5651
flake8-blind-except==0.1.1 \
5752
flake8-class-newline \
5853
flake8-deprecated \
59-
colcon-mixin
54+
colcon-mixin \
55+
rosinstall_generator \
56+
pydocstyle
6057

6158
# install ros-base
6259
ENV ROS_DISTRO=${ROS_DISTRO}

0 commit comments

Comments
 (0)