mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-02-23 09:36:24 +00:00
Upgraded multiarch to Java 11
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
FROM ubuntu:18.04
|
||||
FROM adoptopenjdk:11-jre
|
||||
|
||||
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 \
|
||||
|
||||
Reference in New Issue
Block a user