Disable pgp checking (hopefully this works)
I've noticed that sometimes the verification does not pass during certain situations. Don't know why. And because it's only running a Minecraft server and not a database, imma disable that verification. We can trust the Arch Linux Leader & TUs (hopefully).
This commit is contained in:
parent
d217fe6969
commit
0c7ea1f566
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
#############################
|
||||
FROM ghcr.io/archlinux/archlinux:latest AS builder
|
||||
|
||||
RUN sed "s/SigLevel\ \ \ \ \=\ Required\ DatabaseOptional/SigLevel\ \=\ Optional/g" -i pacman.conf
|
||||
RUN nice -20 pacman -Syu --noconfirm go base-devel git
|
||||
RUN mkdir /builder /builder/bin
|
||||
RUN git clone --depth=1 https://github.com/gorcon/rcon-cli /builder/rcon-cli
|
||||
|
@ -25,6 +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 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