File: Dockerfile

package info (click to toggle)
golang-github-aquasecurity-go-dep-parser 0.0~git20220110.4a30ebc-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 19,096 kB
  • sloc: xml: 673; php: 7; makefile: 4
file content (4 lines) | stat: -rw-r--r-- 101 bytes parent folder | download
1
2
3
4
FROM gradle:6.8.1-jdk 
RUN gradle init --type java-application
COPY build.gradle app/
RUN gradle war