Update Ubuntu-arm Dockerfile

[ci skip]
This commit is contained in:
Denis S. Soldatov aka General-Beck 2016-07-01 03:08:58 +07:00 committed by GitHub
parent 673c5afd4d
commit bb70cd889e

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