Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ WORKDIR /tmp/silabs
RUN apt-get update \
&& apt-get install -y git wget python3-pip unzip jq curl

RUN pip3 install --upgrade git+git://github.com/zigpy/bellows.git
RUN pip3 install --upgrade git+https://github.com/zigpy/bellows.git

RUN pip3 install pyserial xmodem

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.arm64v8
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apt-get update \

RUN pip install xmodem pyserial

RUN pip3 install --upgrade git+git://github.com/zigpy/bellows.git
RUN pip3 install --upgrade git+https://github.com/zigpy/bellows.git

RUN mkdir -p /tmp/silabs

Expand Down