Dockerfile: update

This commit is contained in:
Astound 2024-07-21 07:58:42 +08:00
parent f674715a4c
commit faa25e8a39
Signed by: kaiser
GPG Key ID: 97504AF0027B1A56

@ -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