Skip to content

Commit

Permalink
fix(manager): gradle needs a jdk (#6006)
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Apr 20, 2020
1 parent 0342dab commit ebe5bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -68,7 +68,7 @@ ENV RENOVATE_BINARY_SOURCE=docker
FROM final-base as latest

RUN apt-get update && \
apt-get install -y gpg wget unzip xz-utils openssh-client bsdtar build-essential openjdk-8-jre-headless dirmngr && \
apt-get install -y gpg wget unzip xz-utils openssh-client bsdtar build-essential openjdk-8-jdk-headless dirmngr && \
rm -rf /var/lib/apt/lists/*


Expand Down

0 comments on commit ebe5bc1

Please sign in to comment.