Skip to content

Commit

Permalink
Use a headless JRE in the Dockerfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rotonen committed Oct 22, 2020
1 parent 7ac9d4f commit a3c4124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Expand Up @@ -14,7 +14,7 @@ RUN curl -Ls https://bazel.build/bazel-release.pub.gpg | apt-key add -
RUN apt-get update -qq \
&& apt-get install -qq --no-install-recommends --no-install-suggests \
git \
default-jdk \
default-jdk-headless \
bazel \
maven

Expand Down

0 comments on commit a3c4124

Please sign in to comment.