mirror of
https://github.com/corda/corda.git
synced 2024-12-29 09:18:58 +00:00
fdf29f3c58
* Add missing build dependencies to `docker-minimal` * Build JDK without ALSA, CUPS, FreeType, Pulse and X11
9 lines
223 B
Docker
9 lines
223 B
Docker
FROM ubuntu:xenial
|
|
|
|
RUN apt-get update -y
|
|
RUN apt-get install -y \
|
|
autoconf ccache cmake cpio g++ gcc git libtool make \
|
|
ocaml openjdk-8-jdk python2.7 unzip wget zip
|
|
|
|
ENV JAVA_HOME /usr/lib/jvm/java-8-openjdk-amd64
|