mirror of
https://github.com/corda/corda.git
synced 2024-12-18 20:47:57 +00:00
3 lines
82 B
Docker
3 lines
82 B
Docker
|
FROM amazoncorretto:8u242
|
||
|
RUN yum install -y shadow-utils
|
||
|
RUN useradd -m buildUser
|