diff options
author | Astound <kirito@disroot.org> | 2024-07-21 07:58:42 +0800 |
---|---|---|
committer | Astound <kirito@disroot.org> | 2024-07-21 07:58:42 +0800 |
commit | faa25e8a393094d721a50b445c590f1638b9323c (patch) | |
tree | abb008667d4f27903f7eeb7f5024a6bedf5f2356 /Dockerfile | |
parent | f674715a4c7d5fa0fe08ea019afc19689cd7e8ce (diff) | |
download | hyperbola-mirror-faa25e8a393094d721a50b445c590f1638b9323c.tar.lz hyperbola-mirror-faa25e8a393094d721a50b445c590f1638b9323c.tar.xz hyperbola-mirror-faa25e8a393094d721a50b445c590f1638b9323c.zip |
Dockerfile: update
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -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 |