Skip to content

Commit

Permalink
Additional JDK 8 installaion no longer required
Browse files Browse the repository at this point in the history
  • Loading branch information
psx95 committed Jun 24, 2024
1 parent 725c4a1 commit a8019b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion e2e.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

# Build relative to root of repository i.e. `docker build --file e2e.Dockerfile --tag=$tag ..`
FROM gradle:8.0.2-jdk11 as builder
RUN apt-get update && apt-get install -y openjdk-8-jdk

COPY --chown=gradle:gradle . /app/src
WORKDIR /app/src
Expand Down

0 comments on commit a8019b3

Please sign in to comment.