Update Dockerfile ubuntu-aarch64

[ci skip]
This commit is contained in:
Denis S. Soldatov aka General-Beck 2016-07-01 03:09:48 +07:00 committed by GitHub
parent 673c5afd4d
commit bee2102424
1 changed files with 2 additions and 0 deletions

View File

@ -36,6 +36,8 @@ ENV CC aarch64-linux-gnu-gcc
# build parity
RUN git clone https://github.com/ethcore/parity && \
cd parity && \
git checkout master && \
git pull && \
mkdir -p .cargo && \
echo '[target.aarch64-unknown-linux-gnu]\n\
linker = "aarch64-linux-gnu-gcc"\n'\