corda/.ci/Dockerfile

3 lines
82 B
Docker
Raw Normal View History

2020-02-11 10:14:05 +00:00
FROM amazoncorretto:8u242
RUN yum install -y shadow-utils
RUN useradd -m buildUser