mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-12-14 22:32:28 +00:00
Upgraded multiarch to Java 11
This commit is contained in:
parent
0300854c46
commit
f856276d71
1 changed files with 1 additions and 2 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue