From a434fa4622023560e2877a1de698fd4fd15e6b31 Mon Sep 17 00:00:00 2001 From: Lukas Larsson Date: Mon, 6 Mar 2017 16:00:21 +0100 Subject: Add docker images for building 32/64 bit erlang --- scripts/Dockerfile.32.ubuntu | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 scripts/Dockerfile.32.ubuntu (limited to 'scripts/Dockerfile.32.ubuntu') diff --git a/scripts/Dockerfile.32.ubuntu b/scripts/Dockerfile.32.ubuntu new file mode 100644 index 0000000000..c334f74379 --- /dev/null +++ b/scripts/Dockerfile.32.ubuntu @@ -0,0 +1,5 @@ +FROM 32bit/ubuntu:16.04 + +RUN apt-get update + +RUN apt-get --fix-missing -y install build-essential m4 libncurses5-dev libssh-dev unixodbc-dev libgmp3-dev fop xsltproc default-jdk git autoconf libwxbase3.0-dev libwxgtk3.0-dev -- cgit v1.2.3