fix maybe
This commit is contained in:
parent
b2fc0f661c
commit
9645d2b4ef
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ LABEL org.opencontainers.image.documentation="https://git.staropensource.de/Jere
|
|||
LABEL org.opencontainers.image.source="https://git.staropensource.de/JeremyStarTM/MCServerDocker"
|
||||
LABEL org.opencontainers.image.licenses="GPL-3.0-only"
|
||||
|
||||
RUN sed "s/SigLevel\ \ \ \ \=\ Required\ DatabaseOptional/SigLevel\ \=\ Optional/g" -i /etc/pacman.conf
|
||||
RUN sed "s/SigLevel\ \ \ \ \=\ Required\ DatabaseOptional/SigLevel\ \=\ Optional/g" -i /etc/pacman.conf
|
||||
RUN nice -20 pacman -Syu --noconfirm jre17-openjdk jre11-openjdk jre8-openjdk
|
||||
RUN mkdir /app
|
||||
ADD entrypoint.sh /app/entrypoint.sh
|
||||
|
|
Loading…
Reference in a new issue