Skip to content

Commit 92d5925

Browse files
author
Vladimir Kotal
committed
remove JDK 8
1 parent 10670d6 commit 92d5925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
FROM ubuntu:bionic as build
44

5-
RUN apt-get update && apt-get install -y openjdk-8-jdk maven python3 python3-venv
5+
RUN apt-get update && apt-get install -y maven python3 python3-venv
66

77
# Create a first layer to cache the "Maven World" in the local repository.
88
# Incremental docker builds will always resume after that, unless you update the pom

0 commit comments

Comments
 (0)