Skip to content
Draft
Changes from 1 commit
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
Prev Previous commit
riotbuild: drop python2
  • Loading branch information
kaspar030 committed Feb 6, 2024
commit 389d7a9d9d4b1280890b6e36216345fbd1f0d030
2 changes: 0 additions & 2 deletions riotbuild/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ RUN \
ninja-build \
parallel \
protobuf-compiler \
python2 \
python3-setuptools \
python3-wheel \
p7zip \
Expand Down Expand Up @@ -122,7 +121,6 @@ RUN \
&& echo 'Installing additional packages required for ESP32 toolchain' >&2 && \
apt-get -y --no-install-recommends install \
python3-serial \
libpython2.7 \
telnet \
&& echo 'Installing local packages' >&2 && \
apt-get install -y --no-install-recommends /pkgs/*.deb \
Expand Down