Dockerfile: update
This commit is contained in:
parent
f674715a4c
commit
faa25e8a39
@ -1,10 +1,8 @@
|
|||||||
FROM rusian/hyperbola:0.4
|
FROM docker.io/rusian/hyperbola:v0.4.4
|
||||||
LABEL MAINTAINER="heckyel@hyperbola.info"
|
|
||||||
|
|
||||||
RUN pacman -Syu --noconfirm && pacman -S --noconfirm \
|
RUN pacman -Syu --noconfirm && pacman -S --noconfirm \
|
||||||
nginx rsync cronie util-linux findutils
|
nginx rsync cronie util-linux findutils && \
|
||||||
|
pacman -Scc --noconfirm
|
||||||
RUN pacman -Scc --noconfirm
|
|
||||||
|
|
||||||
RUN mkdir /srv/repo
|
RUN mkdir /srv/repo
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user