docker/Dockerfile aktualisiert
This commit is contained in:
+5
-2
@@ -1,4 +1,4 @@
|
||||
FROM rockylinux:latest
|
||||
FROM almalinux:latest
|
||||
|
||||
RUN dnf install -y \
|
||||
dnf-plugins-core \
|
||||
@@ -7,10 +7,13 @@ RUN dnf install -y \
|
||||
cronie \
|
||||
git \
|
||||
jq \
|
||||
yq \
|
||||
openssh-clients \
|
||||
wget \
|
||||
&& 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 entrypoint.sh /entrypoint.sh
|
||||
COPY nginx.conf /etc/nginx/conf.d/repo.conf
|
||||
|
||||
Reference in New Issue
Block a user