corda/.ci/dev/compatibility/DockerfileJDK11Compile
2020-06-05 15:20:03 +01:00

9 lines
438 B
Plaintext

FROM azul/zulu-openjdk:11
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}