Skip to content

Commit 46e0a13

Browse files
fix Dockerfile
Signed-off-by: Stephen <[email protected]>
1 parent 9cc93e3 commit 46e0a13

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docker/Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ RUN apt-get update -y && \
2020
RUN curl -L https://github.com/aktau/github-release/releases/download/v0.7.2/linux-amd64-github-release.tar.bz2 | tar -C /tmp -jx && \
2121
mv /tmp/bin/linux/amd64/github-release /usr/local/bin/
2222

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+
2326
ENV USER=root \
2427
HOME=/root
2528

0 commit comments

Comments
 (0)