Add missing dependency required for some plugins
This commit is contained in:
parent
b7f969f6a2
commit
b0115943c8
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ LABEL org.opencontainers.image.licenses="GPL-3.0-only"
|
||||||
RUN true
|
RUN true
|
||||||
RUN nice -20 apk update
|
RUN nice -20 apk update
|
||||||
RUN nice -20 apk upgrade
|
RUN nice -20 apk upgrade
|
||||||
RUN nice -20 apk add bash openjdk21-jre openjdk17-jre openjdk11-jre
|
RUN nice -20 apk add bash libstdc++ openjdk21-jre openjdk17-jre openjdk11-jre
|
||||||
RUN mkdir /app
|
RUN mkdir /app
|
||||||
ADD entrypoint.sh /app/entrypoint.sh
|
ADD entrypoint.sh /app/entrypoint.sh
|
||||||
COPY --from=builder /builder/bin/rcon /usr/bin/rcon
|
COPY --from=builder /builder/bin/rcon /usr/bin/rcon
|
||||||
|
|
Loading…
Reference in a new issue