mirror of
https://github.com/corda/corda.git
synced 2025-01-03 19:54:13 +00:00
add dockerfile for i386 cross-compiling (and testing)
This commit is contained in:
parent
34f8cf50d1
commit
2971759d6e
12
docker/i386/Dockerfile
Normal file
12
docker/i386/Dockerfile
Normal file
@ -0,0 +1,12 @@
|
||||
FROM joshuawarner32/avian-build
|
||||
MAINTAINER Joshua Warner, joshuawarner32@gmail.com
|
||||
|
||||
RUN dpkg --add-architecture i386 && \
|
||||
apt-get update && \
|
||||
apt-get install -y \
|
||||
libc6-dev-i386 && \
|
||||
apt-get download \
|
||||
zlib1g-dev:i386 && \
|
||||
dpkg -x *.deb / && \
|
||||
rm *.deb && \
|
||||
apt-get clean all
|
Loading…
Reference in New Issue
Block a user