Add curl
oposie wopsie
This commit is contained in:
parent
c9d54cc46d
commit
01d9af75f0
@ -28,7 +28,7 @@ FROM alpine:latest AS final
|
||||
ARG JRE_VERSION
|
||||
|
||||
# Build the thing up
|
||||
RUN apk add bash rsync screen "${JRE_VERSION}"
|
||||
RUN apk add bash curl rsync screen "${JRE_VERSION}"
|
||||
WORKDIR /minecraft
|
||||
COPY --from=build /minecraft .
|
||||
CMD [ "bash", "start-server.sh" ]
|
||||
|
Loading…
Reference in New Issue
Block a user