Remove distro-provided JRE (#659)

We don't need Java 8 from Ubuntu, we have 15 from AdoptOpenJDK.
This commit is contained in:
Marc Doughty 2020-11-03 07:33:19 -05:00 committed by GitHub
parent 72d7d4a65e
commit 4d878985d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,6 @@ LABEL org.opencontainers.image.authors="Geoff Bourne <itzgeoff@gmail.com>"
RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive \
apt-get install -y \
openjdk-8-jre-headless \
imagemagick \
gosu \
curl wget \