Add bash for entrypoint script
This commit is contained in:
parent
072fc99908
commit
5a2d1fe718
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 nice -20 apk update
|
||||
RUN nice -20 apk upgrade
|
||||
RUN nice -20 apk add openjdk21-jre openjdk17-jre openjdk11-jre
|
||||
RUN nice -20 apk add bash openjdk21-jre openjdk17-jre openjdk11-jre
|
||||
RUN mkdir /app
|
||||
ADD entrypoint.sh /app/entrypoint.sh
|
||||
COPY --from=builder /builder/bin/rcon /usr/bin/rcon
|
||||
|
|
Loading…
Reference in a new issue