Update Ubuntu-arm Dockerfile
[ci skip]
This commit is contained in:
parent
673c5afd4d
commit
bb70cd889e
@ -36,6 +36,8 @@ ENV CC arm-linux-gnueabihf-gcc
|
|||||||
# build parity
|
# build parity
|
||||||
RUN git clone https://github.com/ethcore/parity && \
|
RUN git clone https://github.com/ethcore/parity && \
|
||||||
cd parity && \
|
cd parity && \
|
||||||
|
git checkout master && \
|
||||||
|
git pull && \
|
||||||
mkdir -p .cargo && \
|
mkdir -p .cargo && \
|
||||||
echo '[target.armv7-unknown-linux-gnueabihf]\n\
|
echo '[target.armv7-unknown-linux-gnueabihf]\n\
|
||||||
linker = "arm-linux-gnueabihf-gcc"\n'\
|
linker = "arm-linux-gnueabihf-gcc"\n'\
|
||||||
|
Loading…
Reference in New Issue
Block a user