aboutsummaryrefslogblamecommitdiffstats
path: root/scripts/Dockerfile.32
blob: 23a360a58e9a51029c28d9eb4ea3859717841bc1 (plain) (tree)
1
2
3
4
5
6
7
8
9

                              
                            


                       
                 

                       
FROM erlang/ubuntu-build:32bit

ADD ./otp.tar.gz /buildroot/

WORKDIR /buildroot/otp/

ENV MAKEFLAGS -j4

CMD ./scripts/build-otp