Skip to content

Commit

Permalink
remove JDK 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Kotal committed Mar 26, 2020
1 parent 10670d6 commit 92d5925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

FROM ubuntu:bionic as build

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

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

0 comments on commit 92d5925

Please sign in to comment.