mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-05-19 10:25:25 +00:00
Include Log4jPatcher javaagent (#2148)
This commit is contained in:
committed by
GitHub
parent
b64cf0b84f
commit
bab381d058
@@ -70,6 +70,8 @@ COPY --chmod=644 files/log4j2.xml /image/log4j2.xml
|
||||
COPY --chmod=644 files/cf-exclude-include.json /image/cf-exclude-include.json
|
||||
COPY --chmod=755 files/auto /auto
|
||||
|
||||
RUN curl -fsSL -o /image/Log4jPatcher.jar https://github.com/CreeperHost/Log4jPatcher/releases/download/v1.0.1/Log4jPatcher-1.0.1.jar
|
||||
|
||||
RUN dos2unix /start* /auto/*
|
||||
|
||||
ENTRYPOINT [ "/start" ]
|
||||
|
||||
Reference in New Issue
Block a user