kafka-ui/docker-openjdk/Dockerfile
Bulat Yusupov 4190d76f2f
Fix build (#91)
* changed mvn to mvnw

* fixing build
added Dockerfile for openjdk

* fixing build
added Dockerfile for openjdk

* test commit

* test commit

* test commit

* test commit

* test commit

* test commit

* test commit

* test commit

* test commit

* changed step in Jenkinsfile

* changed step in Jenkinsfile

* test commit

* test commit

* test commit

* test commit

* test commit

* test commit

* test commit

* test commit

* test commit

* test commit

* test commit

Co-authored-by: Bulat Yusupov <byusupov@provectus.com>
2020-08-05 16:13:53 +03:00

3 lines
No EOL
89 B
Docker

FROM openjdk:13
RUN yum install -y git && \
yum groupinstall -y "Development Tools"