Action: build custom image

This commit is contained in:
Jérémie SALVI
2024-12-21 19:15:06 +01:00
parent d35c435984
commit 68aca9ccaa
2 changed files with 10 additions and 16 deletions

View File

@@ -3,5 +3,4 @@ FROM archlinux:latest
RUN pacman -Sy --noconfirm
RUN pacman -S --noconfirm docker docker-buildx docker-compose && rm /var/cache/pacman/pkg/*
RUN pacman -S --noconfirm git && rm /var/cache/pacman/pkg/*
RUN mkdir -p /workspace
RUN pacman -S --noconfirm npm && rm /var/cache/pacman/pkg/*