Explicitly set progress to plain for easier debugging, label the final stage of the build
This commit is contained in:
parent
d410061076
commit
a107b4b76e
@ -18,7 +18,7 @@ RUN apk add curl &&\
|
||||
ln -s "forge-${MINECRAFT_VERSION}-${FORGE_VERSION}.jar" server.jar
|
||||
|
||||
# Stuff them in a smaller container with fewer layers
|
||||
FROM alpine:latest
|
||||
FROM alpine:latest AS final
|
||||
RUN apk add bash rsync screen &&\
|
||||
apk add "${JRE_VERSION}"
|
||||
WORKDIR /minecraft
|
||||
|
Loading…
Reference in New Issue
Block a user