diff options
author | Lukas Larsson <[email protected]> | 2017-03-06 16:00:21 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2017-03-08 07:33:20 +0100 |
commit | a434fa4622023560e2877a1de698fd4fd15e6b31 (patch) | |
tree | fef9fa33e3b797c94762c58dce824777414c0964 /scripts/Dockerfile.64.ubuntu | |
parent | 3a40993d69a9079f7c890bc365a5f74c96287815 (diff) | |
download | otp-a434fa4622023560e2877a1de698fd4fd15e6b31.tar.gz otp-a434fa4622023560e2877a1de698fd4fd15e6b31.tar.bz2 otp-a434fa4622023560e2877a1de698fd4fd15e6b31.zip |
Add docker images for building 32/64 bit erlang
Diffstat (limited to 'scripts/Dockerfile.64.ubuntu')
-rw-r--r-- | scripts/Dockerfile.64.ubuntu | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/Dockerfile.64.ubuntu b/scripts/Dockerfile.64.ubuntu new file mode 100644 index 0000000000..514fea70b5 --- /dev/null +++ b/scripts/Dockerfile.64.ubuntu @@ -0,0 +1,5 @@ +FROM 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 |