mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-12-14 14:22:27 +00:00
parent
796f2fe14a
commit
3b2b98b9fe
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,9 @@ FROM openjdk:8u212-jre-alpine
|
||||||
|
|
||||||
LABEL org.opencontainers.image.authors="Geoff Bourne <itzgeoff@gmail.com>"
|
LABEL org.opencontainers.image.authors="Geoff Bourne <itzgeoff@gmail.com>"
|
||||||
|
|
||||||
|
# upgrade all packages since alpine jre8 base image tops out at 8u212
|
||||||
|
RUN apk -U --no-cache upgrade
|
||||||
|
|
||||||
RUN apk add --no-cache -U \
|
RUN apk add --no-cache -U \
|
||||||
openssl \
|
openssl \
|
||||||
imagemagick \
|
imagemagick \
|
||||||
|
|
Loading…
Reference in a new issue