Skip to content

Commit

Permalink
Remove defunct missing apt.matrix.one mirror and libmatrixio-creator-…
Browse files Browse the repository at this point in the history
…hal-dev package
  • Loading branch information
benfrancis committed May 30, 2024
1 parent 13f94eb commit e8515b3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions toolchain/linux-arm/node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ FROM balenalib/raspberry-pi-debian:buster

ARG DEBIAN_FRONTEND=noninteractive
ARG NODE_VERSION
RUN curl https://apt.matrix.one/doc/apt-key.gpg | apt-key add - && \
echo "deb https://apt.matrix.one/raspbian buster main" | tee /etc/apt/sources.list.d/matrixlabs.list && \
apt update && \
RUN apt update && \
apt dist-upgrade -y && \
apt install -y \
autoconf \
Expand All @@ -20,7 +18,6 @@ RUN curl https://apt.matrix.one/doc/apt-key.gpg | apt-key add - && \
libbz2-dev \
libeigen3-dev \
liblzma-dev \
libmatrixio-creator-hal-dev \
libudev-dev \
pkg-config \
python \
Expand Down

0 comments on commit e8515b3

Please sign in to comment.