Skip to content

Commit ae256e9

Browse files
committed
Merge branch 'bugfix/docker_remove_libpython2.7' into 'master'
tools: Docker: remove libpython2.7 See merge request espressif/esp-idf!19703
2 parents 8bf4af5 + b679c95 commit ae256e9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tools/docker/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ FROM ubuntu:20.04
22

33
ARG DEBIAN_FRONTEND=noninteractive
44

5-
# We need libpython2.7 due to GDB tools
65
RUN : \
76
&& apt-get update \
87
&& apt-get install -y \
@@ -20,7 +19,6 @@ RUN : \
2019
libbsd-dev \
2120
libffi-dev \
2221
libncurses-dev \
23-
libpython2.7 \
2422
libusb-1.0-0-dev \
2523
make \
2624
ninja-build \

0 commit comments

Comments
 (0)