File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ RUN sed -i "s/^deb/deb [arch=amd64,i386]/g" /etc/apt/sources.list
1212RUN echo "deb [arch=arm64,armhf] http://ports.ubuntu.com/ focal main universe multiverse restricted" | tee -a /etc/apt/sources.list
1313RUN echo "deb [arch=arm64,armhf] http://ports.ubuntu.com/ focal-security main universe multiverse restricted" | tee -a /etc/apt/sources.list
1414RUN echo "deb [arch=arm64,armhf] http://ports.ubuntu.com/ focal-updates main universe multiverse restricted" | tee -a /etc/apt/sources.list
15- RUN dpkg --add-architecture armhf
15+ RUN dpkg --add-architecture arm64
1616RUN apt-get update && apt-get install -y --no-install-recommends \
1717 gcc-10-aarch64-linux-gnu \
1818 g++-10-aarch64-linux-gnu \
@@ -31,7 +31,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
3131 libsecret-1-dev:arm64 \
3232 libkrb5-dev:arm64 \
3333 libatomic1:arm64 \
34- libc6:amd64 \
3534 curl \
3635 gnupg \
3736 unzip \
You can’t perform that action at this time.
0 commit comments