ci: Switched multiarch-java8 to be based on adoptopenjdk:8-jre-hotspot

This commit is contained in:
Geoff Bourne
2021-04-21 20:13:22 -05:00
parent 076038b470
commit 9fe1cb4a0d
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -1,11 +1,10 @@
FROM ubuntu:18.04
FROM adoptopenjdk:8-jre-hotspot
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 \
sudo \