Skip to content

Commit 5089145

Browse files
Update dockerfile baseimage (#87) (#88)
* Update baseimage to espressif/idf:release-v4.3 * Adding missing python dep importlib-resources Co-authored-by: Gustavo O. Mendonça <gustavo.mendonca@ihm.com.br> (cherry picked from commit ac1ede4) Co-authored-by: Gustavo Oliveira Mendonça <gustavo36@gmail.com>
1 parent 48d8849 commit 5089145

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22

3-
FROM espressif/idf:release-v4.1
3+
FROM espressif/idf:release-v4.3
44

55
ENV DEBIAN_FRONTEND noninteractive
66
RUN echo "Set disable_coredump false" >> /etc/sudo.conf

docker/install_micro_ros_deps_script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ set -eu
55
sudo apt update -q
66
sudo apt install -yq python3-pip
77
source $IDF_PATH/export.sh
8-
pip3 install catkin_pkg lark-parser empy colcon-common-extensions
8+
pip3 install catkin_pkg lark-parser empy colcon-common-extensions importlib-resources
99

1010
set +u

0 commit comments

Comments
 (0)