Skip to content

Commit

Permalink
Merge pull request openethereum#1506 from General-Beck/patch-12
Browse files Browse the repository at this point in the history
Update Dockerfile ubuntu-aarch64
  • Loading branch information
NikVolf authored Jun 30, 2016
2 parents a681566 + bee2102 commit 5dd3c61
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/ubuntu-aarch64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'\
Expand Down

0 comments on commit 5dd3c61

Please sign in to comment.