We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10670d6 commit 92d5925Copy full SHA for 92d5925
Dockerfile
@@ -2,7 +2,7 @@
2
3
FROM ubuntu:bionic as build
4
5
-RUN apt-get update && apt-get install -y openjdk-8-jdk maven python3 python3-venv
+RUN apt-get update && apt-get install -y maven python3 python3-venv
6
7
# Create a first layer to cache the "Maven World" in the local repository.
8
# Incremental docker builds will always resume after that, unless you update the pom
0 commit comments