Upgraded multiarch to Java 11

This commit is contained in:
Geoff Bourne
2021-02-06 15:22:15 -06:00
parent 0300854c46
commit f856276d71
+1 -2
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 \