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
# ubuntu keeps its i386/amd64 and other architecture repos separate
6
8
# the default i386/amd64 packages can be found in http://archive.ubuntu.com while all other architectures are in http://ports.ubuntu.com/
7
9
# add the required repos for armhf/arm64 and only fetch i386/amd64 from archive.ubuntu.com (to prevent apt from erroring about missing architecture support)
@@ -11,7 +13,10 @@ RUN echo "deb [arch=arm64,armhf] http://ports.ubuntu.com/ bionic-security main u
11
13
RUN echo "deb [arch=arm64,armhf] http://ports.ubuntu.com/ bionic-updates main universe multiverse restricted" | tee -a /etc/apt/sources.list
12
14
RUN dpkg --add-architecture arm64
13
15
RUN apt-get update && apt-get install -y --no-install-recommends \
# ubuntu keeps its i386/amd64 and other architecture repos separate
6
8
# the default i386/amd64 packages can be found in http://archive.ubuntu.com while all other architectures are in http://ports.ubuntu.com/
7
9
# add the required repos for armhf/arm64 and only fetch i386/amd64 from archive.ubuntu.com (to prevent apt from erroring about missing architecture support)
@@ -11,7 +13,10 @@ RUN echo "deb [arch=arm64,armhf] http://ports.ubuntu.com/ bionic-security main u
11
13
RUN echo "deb [arch=arm64,armhf] http://ports.ubuntu.com/ bionic-updates main universe multiverse restricted" | tee -a /etc/apt/sources.list
12
14
RUN dpkg --add-architecture armhf
13
15
RUN apt-get update && apt-get install -y --no-install-recommends \
0 commit comments