Add preliminary Dockerfile

Signed-off-by: Wachtl Enterprises LLC <tyrolyean@escpe.net>
This commit is contained in:
Wachtl Enterprises LLC 2025-02-27 16:39:38 +01:00
parent 479f130c6d
commit e83e21a915

8
Dockerfile Normal file
View file

@ -0,0 +1,8 @@
FROM archlinux:base-devel
RUN echo 'Server = http://mirror.srv.it-syndikat.org/archlinux/$repo/os/$arch' > /etc/pacman.d/mirrorlist
RUN pacman-key --init
RUN pacman-key --populate
RUN pacman -Sy --noconfirm archlinux-keyring
RUN pacman -Syu --noconfirm
RUN pacman -S --noconfirm nodejs git git-lfs make pacman-contrib base base-devel openssh wget curl procps-ng bash hugo rsync
RUN git lfs install