Skip to content

Commit

Permalink
fix Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen <stephen@vamrs.com>
  • Loading branch information
StephenInVamrs committed Jul 23, 2019
1 parent 9cc93e3 commit 46e0a13
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ RUN apt-get update -y && \
RUN curl -L https://github.com/aktau/github-release/releases/download/v0.7.2/linux-amd64-github-release.tar.bz2 | tar -C /tmp -jx && \
mv /tmp/bin/linux/amd64/github-release /usr/local/bin/

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 && \
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

ENV USER=root \
HOME=/root

0 comments on commit 46e0a13

Please sign in to comment.