Merge pull request #1505 from General-Beck/patch-11

Update Ubuntu-arm Dockerfile
This commit is contained in:
Nikolay Volf 2016-07-01 00:15:41 +04:00 committed by GitHub
commit a681566967

View File

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