Add findutils, be less verbose for easier log parsing

This commit is contained in:
2022-05-26 22:05:42 -05:00
parent 533ceb2c2e
commit eca3af7ffb
2 changed files with 4 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ FROM alpine:latest AS final
ARG JRE_VERSION
# Build the thing up
RUN apk add bash curl rsync screen "${JRE_VERSION}"
RUN apk add bash curl findutils rsync screen "${JRE_VERSION}"
WORKDIR /minecraft
COPY --from=build /minecraft .
CMD [ "bash", "start-server.sh" ]