Merge pull request #1510 from General-Beck/patch-16
Update Ubuntu-arm Dockerfile
This commit is contained in:
commit
1dc56fc3e1
@ -36,7 +36,7 @@ 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 checkout beta && \
|
||||||
git pull && \
|
git pull && \
|
||||||
mkdir -p .cargo && \
|
mkdir -p .cargo && \
|
||||||
echo '[target.armv7-unknown-linux-gnueabihf]\n\
|
echo '[target.armv7-unknown-linux-gnueabihf]\n\
|
||||||
|
Loading…
Reference in New Issue
Block a user