Updates for alpine 3.11
This commit is contained in:
parent
3ecf43c664
commit
9d85d43ca6
@ -16,7 +16,7 @@ def FactorioDownloadURL = "https://www.factorio.com/get-download/stable/headless
|
|||||||
def FactorioFileName = "/tmp/factorio.tar"
|
def FactorioFileName = "/tmp/factorio.tar"
|
||||||
|
|
||||||
def dockerFile = """
|
def dockerFile = """
|
||||||
FROM alpine:3.10
|
FROM alpine:latest
|
||||||
|
|
||||||
MAINTAINER The_Spider <spider@smoothnet.org>
|
MAINTAINER The_Spider <spider@smoothnet.org>
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@ FROM alpine:latest
|
|||||||
MAINTAINER The_Spider <spider@smoothnet.org>
|
MAINTAINER The_Spider <spider@smoothnet.org>
|
||||||
|
|
||||||
RUN \\
|
RUN \\
|
||||||
apk add --no-cache openjdk11 curl && \\
|
apk add --no-cache openjdk8 curl && \\
|
||||||
addgroup -S -g 1000 minecraft && \\
|
addgroup -S -g 1000 minecraft && \\
|
||||||
adduser -S minecraft -G minecraft -h /minecraft -u 1000
|
adduser -S minecraft -G minecraft -h /minecraft -u 1000
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user