We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41f9cf6 commit f168836Copy full SHA for f168836
1 file changed
Dockerfile.linuxcross
@@ -11,7 +11,7 @@ RUN apt-get install -y curl software-properties-common ca-certificates gnupg
11
RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash - && \
12
apt-get install -y nodejs
13
14
-RUN add-apt-repository ppa:ubuntu-toolchain-r/test -y && \
+RUN add-apt-repository ppa:ubuntu-toolchain-r/armhf -y && \
15
apt-get update && \
16
apt-get install -y binutils g++-10 git make patch python3 python3-distutils
17
0 commit comments