From faa25e8a393094d721a50b445c590f1638b9323c Mon Sep 17 00:00:00 2001 From: Astound Date: Sun, 21 Jul 2024 07:58:42 +0800 Subject: Dockerfile: update --- Dockerfile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 97a173a..87e8ba2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,10 +1,8 @@ -FROM rusian/hyperbola:0.4 -LABEL MAINTAINER="heckyel@hyperbola.info" +FROM docker.io/rusian/hyperbola:v0.4.4 RUN pacman -Syu --noconfirm && pacman -S --noconfirm \ - nginx rsync cronie util-linux findutils - -RUN pacman -Scc --noconfirm +nginx rsync cronie util-linux findutils && \ +pacman -Scc --noconfirm RUN mkdir /srv/repo -- cgit v1.2.3