mirror of
https://github.com/corda/corda.git
synced 2024-12-19 13:08:04 +00:00
a84c174aad
* INFRA-1728 set correct java version for JDK 11 base image
9 lines
443 B
Plaintext
9 lines
443 B
Plaintext
FROM azul/zulu-openjdk:11.0.14
|
|
RUN apt-get update && apt-get install -y curl apt-transport-https \
|
|
ca-certificates \
|
|
curl \
|
|
gnupg2 \
|
|
software-properties-common \
|
|
wget
|
|
ARG USER="stresstester"
|
|
RUN useradd -m ${USER} |