Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions linux_docker_resources/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
python3-psutil \
python3-pykdl \
python3-pyparsing \
python3-pytest-benchmark \
python3-pytest-mock \
python3-pytest-timeout \
python3-yaml \
Expand Down
1 change: 1 addition & 0 deletions linux_docker_resources/Dockerfile-RHEL
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ RUN dnf install \
python3-pygraphviz \
python3-pykdl \
python3-pytest \
python3-pytest-benchmark \
python3-pytest-cov \
python3-pytest-mock \
python3-pytest-timeout \
Expand Down