Files
loki be18550b00
Build and Push Arch Custom Image / build (push) Successful in 5s
Dockerfile aktualisiert
2026-04-21 16:32:28 +02:00

17 lines
241 B
Docker

FROM archlinux:latest
RUN pacman -Syu --noconfirm && \
pacman -S --noconfirm \
git \
bash \
tar \
gzip \
nodejs \
npm \
coreutils \
gtk3 \
libxss \
python \
ca-certificates
WORKDIR /workspace