Skip to content

Commit

Permalink
Remove python2 installation from dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pankore committed Oct 19, 2021
1 parent 4c7f664 commit 8ffa9ab
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions integrations/docker/images/chip-build-ameba/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@ FROM connectedhomeip/chip-build:${VERSION}
ARG AMEBA_DIR=/opt/ameba
RUN set -x \
&& apt-get update \
&& apt-get --no-install-recommends -y install python2 \
&& mkdir ${AMEBA_DIR} \
&& cd ${AMEBA_DIR} \
&& git clone --depth 1 --progress -b cmake_build https://github.com/pankore/ambd_sdk_with_chip_non_NDA.git \
&& cd ambd_sdk_with_chip_non_NDA \
&& git pull \
&& git submodule update --depth 1 --init --progress \
&& : # last line

Expand Down

0 comments on commit 8ffa9ab

Please sign in to comment.