docker/Dockerfile aktualisiert

This commit is contained in:
2026-08-24 16:35:43 +02:00
parent 54c3c45dbb
commit 1d3d6fa85f
+5 -2
View File
@@ -1,4 +1,4 @@
FROM rockylinux:latest FROM almalinux:latest
RUN dnf install -y \ RUN dnf install -y \
dnf-plugins-core \ dnf-plugins-core \
@@ -7,10 +7,13 @@ RUN dnf install -y \
cronie \ cronie \
git \ git \
jq \ jq \
yq \
openssh-clients \ openssh-clients \
wget \
&& dnf clean all && dnf clean all
RUN wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/local/bin/yq &&\
chmod +x /usr/local/bin/yq
COPY sync.sh /usr/local/bin/sync.sh COPY sync.sh /usr/local/bin/sync.sh
COPY entrypoint.sh /entrypoint.sh COPY entrypoint.sh /entrypoint.sh
COPY nginx.conf /etc/nginx/conf.d/repo.conf COPY nginx.conf /etc/nginx/conf.d/repo.conf