We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cc93e3 commit 46e0a13Copy full SHA for 46e0a13
docker/Dockerfile
@@ -20,6 +20,9 @@ RUN apt-get update -y && \
20
RUN curl -L https://github.com/aktau/github-release/releases/download/v0.7.2/linux-amd64-github-release.tar.bz2 | tar -C /tmp -jx && \
21
mv /tmp/bin/linux/amd64/github-release /usr/local/bin/
22
23
+RUN wget -4 https://releases.linaro.org/components/toolchain/binaries/7.3-2018.05/aarch64-linux-gnu/gcc-linaro-7.3.1-2018.05-x86_64_aarch64-linux-gnu.tar.xz && \
24
+ tar -xvJf gcc-linaro-7.3.1-2018.05-x86_64_aarch64-linux-gnu.tar.xz -C /usr/local && rm gcc-linaro-7.3.1-2018.05-x86_64_aarch64-linux-gnu.tar.xz
25
+
26
ENV USER=root \
27
HOME=/root
28
0 commit comments