Upgraded multiarch to Java 11

This commit is contained in:
Geoff Bourne 2021-02-01 17:29:09 -06:00
parent 0300854c46
commit f856276d71

View File

@ -1,11 +1,10 @@
FROM ubuntu:18.04 FROM adoptopenjdk:11-jre
LABEL org.opencontainers.image.authors="Geoff Bourne <itzgeoff@gmail.com>" LABEL org.opencontainers.image.authors="Geoff Bourne <itzgeoff@gmail.com>"
RUN apt-get update \ RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive \ && DEBIAN_FRONTEND=noninteractive \
apt-get install -y \ apt-get install -y \
openjdk-8-jre-headless \
imagemagick \ imagemagick \
gosu \ gosu \
sudo \ sudo \