You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RUN sed 's/http:\/\/\(.*\).ubuntu.com\/ubuntu\//[arch-=amd64,i386] http:\/\/ports.ubuntu.com\/ubuntu-ports\//g' /etc/apt/sources.list > /etc/apt/sources.list.d/ports.list
RUN sed -i 's/http:\/\/\(.*\).ubuntu.com\/ubuntu\//[arch=amd64,i386] http:\/\/\1.archive.ubuntu.com\/ubuntu\//g' /etc/apt/sources.list
RUN dpkg --add-architecture armhf
RUN apt-get -y update
# basic build tools
RUN apt-get install --assume-yes --no-install-recommends \
autoconf \
automake \
binutils \
ca-certificates \
curl \
file \
gcc \
g++ \
git \
libc6-dev \
libtool \
m4 \
make \
pkg-config
# cross-compiler chain
RUN apt-get install --assume-yes --no-install-recommends \