
* 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>
3 lines
No EOL
89 B
Docker
3 lines
No EOL
89 B
Docker
FROM openjdk:13
|
|
RUN yum install -y git && \
|
|
yum groupinstall -y "Development Tools" |