Dockerfile 89 B

123
  1. FROM openjdk:13
  2. RUN yum install -y git && \
  3. yum groupinstall -y "Development Tools"