We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f97bad3 commit 61ca4f1Copy full SHA for 61ca4f1
README.md
@@ -7,6 +7,11 @@ The Docker build uses a [multi-stage build setup](https://docs.docker.com/develo
7
to minimize the size of the generated Docker image.
8
9
10
+# Requirements
11
+
12
+Docker must be installed. That's it. You do not need a Java JDK or Maven.
13
14
15
# Usage and Demo
16
17
**Step 1:** Create the Docker image `miguno/java-docker-build:latest` according to [Dockerfile](Dockerfile).
0 commit comments