mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
tools: Docker: remove libpython2.7
libpython2.7 was added to the container to allow running GDB built with Python 2.7 support and distributed as part of the cross-compiler toolchain. Now that we have a new release of GDB which works with Python 3.x, the GDB shipped with the cross-compiler is no longer used. Removing libpython2.7 should reduce the image size. This reverts commit be0372b1db36d2cb7d94e4baafb1772ea6e38452.
This commit is contained in:
parent
319bf4e333
commit
2dc9aa9983
@ -2,7 +2,6 @@ FROM ubuntu:20.04
|
|||||||
|
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
# We need libpython2.7 due to GDB tools
|
|
||||||
RUN : \
|
RUN : \
|
||||||
&& apt-get update \
|
&& apt-get update \
|
||||||
&& apt-get install -y \
|
&& apt-get install -y \
|
||||||
@ -20,7 +19,6 @@ RUN : \
|
|||||||
libbsd-dev \
|
libbsd-dev \
|
||||||
libffi-dev \
|
libffi-dev \
|
||||||
libncurses-dev \
|
libncurses-dev \
|
||||||
libpython2.7 \
|
|
||||||
libusb-1.0-0-dev \
|
libusb-1.0-0-dev \
|
||||||
make \
|
make \
|
||||||
ninja-build \
|
ninja-build \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user